mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update index.php
This commit is contained in:
parent
8b5200907d
commit
63ca8027e7
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ if (isset($_GET['pane']) && $_GET['pane'] == 'left') {
|
|||
'SERVER_PHP_MAX_EXECUTION_TIME' => htmlCHR(ini_get('max_execution_time')),
|
||||
'SERVER_DATABASE_VER' => htmlCHR($database_version),
|
||||
'SERVER_DISK_SPACE_INFO' => htmlCHR(sprintf('%s (used: %s | free: %s)', $getDiskSpaceInfo['total'], $getDiskSpaceInfo['used'], $getDiskSpaceInfo['free'])),
|
||||
'SERVER_MEMORY_INFO' => htmlCHR(sprintf('%s (used: %s | free: %s)', $getMemoryInfo['system_total'], $getMemoryInfo['system_used'], $getMemoryInfo['system_available'] ?? $getMemoryInfo['system_free'])),
|
||||
'SERVER_MEMORY_INFO' => htmlCHR(sprintf('%s (used: %s | free: %s)', $getMemoryInfo['system_total'], $getMemoryInfo['system_used'], ($getMemoryInfo['system_available'] ?? $getMemoryInfo['system_free']))),
|
||||
]);
|
||||
|
||||
if (isset($_GET['users_online'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue