Removed obsolete PHP scripts.
This commit is contained in:
parent
1d7173dbcc
commit
71d50ba6d0
3 changed files with 0 additions and 44 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
permalink: /cgi/uptime/obsolete.php
|
||||
---
|
||||
|
||||
<?php
|
||||
$uptime = shell_exec('uptime');
|
||||
$version = shell_exec('uptime -V');
|
||||
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
echo('Server ' . substr($version, 0, -1) . ': ' . $uptime);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue