mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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);
|
this.defaultRequest(fCallback, 'AdminPasswordUpdate', oData);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param {?Function} fCallback
|
|
||||||
*/
|
|
||||||
adminPing(fCallback) {
|
|
||||||
this.defaultRequest(fCallback, 'AdminPing');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default new RemoteAdminFetch();
|
export default new RemoteAdminFetch();
|
||||||
|
|
|
||||||
|
|
@ -216,13 +216,6 @@ trait Admin
|
||||||
return $this->TrueResponse(__FUNCTION__);
|
return $this->TrueResponse(__FUNCTION__);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function DoAdminPing() : array
|
|
||||||
{
|
|
||||||
$this->IsAdminLoggined();
|
|
||||||
|
|
||||||
return $this->DefaultResponse(__FUNCTION__, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function DoAdminContactsTest() : array
|
public function DoAdminContactsTest() : array
|
||||||
{
|
{
|
||||||
$this->IsAdminLoggined();
|
$this->IsAdminLoggined();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue