| Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/sitepad/www/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/sitepad/www/index.cgi |
#!/usr/local/cpanel/3rdparty/bin/php-cgi
<?php
// If you are the reseller, then quit
if($_ENV['REMOTE_USER'] != 'root'){
die('Only root has access to this section !');
}
include_once('../admin.php');
?>