Few Fixes

This commit is contained in:
2020-07-28 15:51:40 +02:00
parent 7df378d794
commit ceca8fc057
5 changed files with 11 additions and 8 deletions

View File

@@ -37,9 +37,6 @@ class Server extends Template
$template->prepare('ip', $_SERVER['SERVER_ADDR']);
$template->prepare('name', $_SERVER['SERVER_NAME']);
echo $_SERVER['SERVER_NAME'];
$template->prepare('CPU', sys_getloadavg()[0]);
$template->prepare('ramFree', $this->getSystemMemInfo()["MemFree"]);
$template->prepare('ramTotal', $this->getSystemMemInfo()["MemTotal"]);