Esempio n. 1
0
    exit;
}
if (isset($_GET["StartStopService-perform"])) {
    StartStopService_perform();
    exit;
}
if (isset($_GET["postfix-status-right"])) {
    echo status_postfix();
    exit;
}
if (isset($_GET["graph"])) {
    graph();
    exit;
}
if (isset($_GET["start-all-services"])) {
    START_ALL_SERVICES();
    exit;
}
if ($_GET["status"] == "left") {
    die("<H1>Not supported</H1>");
}
if ($_GET["status"] == "right") {
    status_right();
    exit;
}
if (isset($_GET["status"])) {
    STATUS();
    exit;
}
if (isset($_GET["postfix-status"])) {
    POSTFIX_STATUS();
Esempio n. 2
0
		header('location:users.index.php');exit;
}


if(isset($_GET["warnings"])){warnings_js();exit;}
if(isset($_GET["warnings-popup"])){warnings_popup();exit;}



if(isset($_GET["StartStopService-js"])){StartStopService_js();exit;}
if(isset($_GET["StartStopService-popup"])){StartStopService_popup();exit;}
if(isset($_GET["StartStopService-perform"])){StartStopService_perform();exit;}
if(isset($_GET["postfix-status-right"])){echo status_postfix();exit;}

if(isset($_GET["graph"])){graph();exit;}
if(isset($_GET["start-all-services"])){START_ALL_SERVICES();exit;}
if($_GET["status"]=="left"){status_left();exit;}
if($_GET["status"]=="right"){status_right();exit;}



if(isset($_GET["postfix-status"])){POSTFIX_STATUS();exit;}
if(isset($_GET["AdminDeleteAllSqlEvents"])){warnings_delete_all();exit;}
if(isset($_GET["ShowFileLogs"])){ShowFileLogs();exit;}
if(isset($_GET["buildtables"])){CheckTables();exit;}
if(isset($_GET["CheckDaemon"])){CheckDaemon();exit;}
if(isset($_GET["EmergencyStart"])){EmergencyStart();exit;}
if(isset($_GET["memcomputer"])){status_computer();exit;}
if(isset($_GET["mem-dump"])){status_memdump();exit;}
if(isset($_GET["memory-status"])){status_memdump_js();exit;}
if(isset($_GET["artica-meta"])){artica_meta();exit;}