mirror of
https://github.com/pgmr3/synologySsoClientExamplePage.git
synced 2025-12-13 13:35:49 +01:00
8 lines
191 B
PHP
8 lines
191 B
PHP
<?php
|
|
// Generate the server information here, e.g. CPU utilization, RAM, etc.
|
|
$serverInfo = "Server time: " . date('Y-m-d H:i:s');
|
|
|
|
// Output server information as text
|
|
echo $serverInfo;
|
|
?>
|