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
disk-use.php
<?php // Get System Disk Use $df = shell_exec('df -h --output=avail /'); if ($disk_use == true) { buildblock ('Disk Free',"$df"); } ?>