'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

"; } } } ?>