finished first version of the statistic manager

This commit is contained in:
kremsy
2013-12-31 19:44:32 +01:00
parent b99b83d668
commit 0c8572b3b8
2 changed files with 131 additions and 7 deletions

View File

@ -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;