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