From 20705a550df5b13a544dc0865c6aef16e64c99d9 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Wed, 18 Jun 2014 10:11:11 +0200 Subject: + First commit (version 2.0) --- libs/system.php | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 libs/system.php (limited to 'libs/system.php') diff --git a/libs/system.php b/libs/system.php new file mode 100644 index 0000000..3e4ba1a --- /dev/null +++ b/libs/system.php @@ -0,0 +1,83 @@ + $hostname, + 'os' => $os, + 'kernel' => $kernel, + 'uptime' => $uptime, + 'last_boot' => $last_boot, + 'current_users' => $current_users, + 'server_date' => $server_date, +); + +echo json_encode($datas); \ No newline at end of file -- cgit v1.3