finished first version of the statistic manager
This commit is contained in:
@ -84,7 +84,7 @@ class Server {
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getLogin() {
|
||||
public function getLogin() { //TODO save the info locally
|
||||
$systemInfo = $this->getSystemInfo();
|
||||
if (!$systemInfo) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user