From 4113296f86345bb455296340552096f1cd7d7fe3 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 2 May 2020 21:21:52 +0200 Subject: [PATCH] ServerTime --- app/views/Log.php | 2 ++ app/views/templates/log.phtml | 2 ++ 2 files changed, 4 insertions(+) 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="">

+
+