Sha256: e141340b026973a79af69522bc95d87c2bf8bcb01b23eaa87b87e903a96ef7f9
Contents?: true
Size: 180 Bytes
Versions: 2
Compression:
Stored size: 180 Bytes
Contents
<html> <head> <title>Disk Status</title> </head><body> <h1>Disk Status</h1> <pre> <?php $output = shell_exec('df -v -h'); echo htmlspecialchars($output); ?> </pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
salted-rails-0.0.9 | salt/www/nginx/srv/www/admin/df.php |
salted-rails-0.0.8 | salt/www/nginx/srv/www/admin/df.php |