mirror of
https://github.com/pgmr3/synologySsoClientExamplePage.git
synced 2025-12-13 13:35:49 +01:00
first commit
This commit is contained in:
7
my/serverinfo.php
Normal file
7
my/serverinfo.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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;
|
||||
?>
|
||||
Reference in New Issue
Block a user