Пример #1
0
    exit;
}
if (isset($_GET["json-error-js"])) {
    json_error_js();
    exit;
}
if (isset($_GET["json-error-popup"])) {
    json_error_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"])) {
Пример #2
0
//ini_set('error_reporting', E_ALL);

$users=new usersMenus();
if(!$users->AsAnAdministratorGeneric){
		writelogs("Redirect to users.index.php",__FUNCTION__,__FILE__,__LINE__);
		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;}