Beispiel #1
0
if (isset($_GET["message_id"])) {
    echo backup_show();
    exit;
}
if (isset($_GET["release-mail-send"])) {
    release_mail_send();
    exit;
}
if (!GetRights()) {
    $tpl = new templates();
    $error = "{ERROR_NO_PRIVS}";
    echo $tpl->_ENGINE_parse_body("alert('{$error}')");
    die;
}
if (isset($_GET["js"])) {
    echo backup_script();
    exit;
}
if (isset($_GET["popup"])) {
    echo quarantine_index();
    exit;
}
if (isset($_GET["query"])) {
    echo quarantine_query();
    exit;
}
if (isset($_GET["SuperAdmin"])) {
    SuperAdmin();
    exit;
}
if (isset($_GET["SuperAdminQuery"])) {
Beispiel #2
0
		die();exit();
	}


if(isset($_POST["reconfigure-postfix"])){reconfigure_postfix();exit;}	
if(isset($_GET["postfix-status"])){POSTFIX_STATUS();exit;}	
if(isset($_GET["use-my-isp"])){isp_js();exit;}	
if(isset($_GET["ajaxmenu"])){main_switch();exit;}
if(isset($_GET["mastercf"])){main_mastercf();exit;}
if(isset($_GET["master_datas"])){SaveMastercf();exit;}
if(isset($_GET["main"])){main_switch();exit;}
if(isset($_GET["DeleteCache"])){emptycache();exit;}
if($_GET["script"]=="antispam"){echo antispam_script();exit;}
if($_GET["script"]=="milterbehavior"){echo milter_behavior_script();exit;}
if($_GET["script"]=="auth"){echo sasl_script();exit;}
if($_GET["script"]=="backup"){echo backup_script();exit;}
if($_GET["script"]=="deny_domain"){echo deny_domain_script();exit;}
if($_GET["script"]=="multidomains"){echo multidomains_script();exit;}
if($_GET["script"]=="orangefr"){echo orangefr_script();exit;}
if(isset($_GET["isp_address"])){SaveISPAddress();exit;}



if(isset($_GET["multidomains"])){echo multidomains_popup();exit;}
if(isset($_GET["orangefr"])){echo orangefr_popup();exit;}


if(isset($_GET["popup-antispam"])){antispam_popup();exit;}
if(isset($_GET["popup-milter-behavior"])){milter_behavior_popup();exit;}
if(isset($_GET["popup-backup-behavior"])){backup_popup();exit;}