mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add system time to System > Basic tab
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user