mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
Removed unused adminPing
This commit is contained in:
parent
0345050344
commit
be3ef15f8e
2 changed files with 0 additions and 13 deletions
|
@ -221,12 +221,6 @@ class RemoteAdminFetch extends AbstractFetchRemote {
|
|||
this.defaultRequest(fCallback, 'AdminPasswordUpdate', oData);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {?Function} fCallback
|
||||
*/
|
||||
adminPing(fCallback) {
|
||||
this.defaultRequest(fCallback, 'AdminPing');
|
||||
}
|
||||
}
|
||||
|
||||
export default new RemoteAdminFetch();
|
||||
|
|
|
@ -216,13 +216,6 @@ trait Admin
|
|||
return $this->TrueResponse(__FUNCTION__);
|
||||
}
|
||||
|
||||
public function DoAdminPing() : array
|
||||
{
|
||||
$this->IsAdminLoggined();
|
||||
|
||||
return $this->DefaultResponse(__FUNCTION__, true);
|
||||
}
|
||||
|
||||
public function DoAdminContactsTest() : array
|
||||
{
|
||||
$this->IsAdminLoggined();
|
||||
|
|
Loading…
Reference in a new issue