Git Codebase - Sn0wlink IT
FredMon/libraries
[...] Up Directory
buildblock.php
disk-use.php
display-ip.php
display-libraries.php
display-os.php
graph.php
page-refresh.php
remote-ping.php
sysload.php
uptime.php
uptime.php
<?php if ($display_uptime == true) { // Get System IP Address $uptime = shell_exec('uptime -p'); buildblock('System Uptime', $uptime); } ?>