diff --git a/app/views/Log.php b/app/views/Log.php index e05bcaa..81fedd6 100644 --- a/app/views/Log.php +++ b/app/views/Log.php @@ -49,6 +49,8 @@ class Log extends Template $template->prepare('ramFree', $this->getSystemMemInfo()["MemFree"]); $template->prepare('ramTotal', $this->getSystemMemInfo()["MemTotal"]); $template->prepare('diskTotal', disk_total_space("/")); + $template->prepare('serverTime', date('m. d. Y H:i:s - e')); + diff --git a/app/views/templates/log.phtml b/app/views/templates/log.phtml index d85b016..08bb04f 100644 --- a/app/views/templates/log.phtml +++ b/app/views/templates/log.phtml @@ -32,6 +32,8 @@ " max="">

+
+