diff --git a/misc/IPS.php b/misc/IPS.php deleted file mode 100755 index 2e3742a06..000000000 --- a/misc/IPS.php +++ /dev/null @@ -1,37 +0,0 @@ - 'ADMIN', - ); - - function index() { - echo "

Ioncube Performance Suite Management

"; - - if(function_exists('ips_version')) { - echo "

Running IPS version " . ips_version() . "

"; - - if($stats = ips_get_stats()) { - echo ""; - } else { - echo "

IPS installed but disabled

"; - } - - } else { - echo "

Not running IPS

"; - } - } - -} - - -?> \ No newline at end of file