Send project name on usage

This commit is contained in:
Shoghi Cervantes 2014-09-19 15:08:40 +02:00
parent bcb65e9a48
commit 056ed4802f

View File

@ -2011,6 +2011,7 @@ class Server{
"serverid" => Binary::readLong(substr(Utils::getUniqueID(true, $this->getIp() . ":" . $this->getPort()), 0, 8)), "serverid" => Binary::readLong(substr(Utils::getUniqueID(true, $this->getIp() . ":" . $this->getPort()), 0, 8)),
"port" => $this->getPort(), "port" => $this->getPort(),
"os" => Utils::getOS(), "os" => Utils::getOS(),
"name" => $this->getName(),
"memory_total" => $this->getConfigString("memory-limit"), "memory_total" => $this->getConfigString("memory-limit"),
"memory_usage" => memory_get_usage(), "memory_usage" => memory_get_usage(),
"php_version" => PHP_VERSION, "php_version" => PHP_VERSION,