Add system time to System > Basic tab

This commit is contained in:
billz
2023-06-04 15:27:54 +00:00
parent 47cbd520d0
commit da091b9142
5 changed files with 14 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ function DisplaySystem(&$extraFooterScripts)
$cores = $system->processorCount();
$os = $system->operatingSystem();
$kernel = $system->kernelVersion();
$systime = $system->systime();
// mem used
$memused = $system->usedMemory();
@@ -207,6 +208,7 @@ function DisplaySystem(&$extraFooterScripts)
"serverBind",
"hostname",
"uptime",
"systime",
"cores",
"os",
"kernel",