mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2026-06-01 21:45:03 -04:00
CPU : changes on retrieving CPU information
Load Average and CPU : fix on recovery the number of CPU cores Last login : the datas are retrieved differently
This commit is contained in:
@@ -15,6 +15,7 @@ if (!($os = shell_exec('/usr/bin/lsb_release -ds')))
|
||||
}
|
||||
}
|
||||
}
|
||||
$os = trim($os, '"');
|
||||
|
||||
// Kernel
|
||||
if (!($kernel = shell_exec('/bin/uname -r')))
|
||||
|
||||
Reference in New Issue
Block a user