Exemplo n.º 1
0
    exit;
}
if (isset($_GET["isp_address"])) {
    SaveISPAddress();
    exit;
}
if (isset($_GET["mailbox-section"])) {
    echo mailbox_section();
    exit;
}
if (isset($_GET["active_directory_link"])) {
    active_directory_link_redirect();
    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"])) {
Exemplo n.º 2
0
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;}

if(isset($_GET["enable_as_modules"])){antispam_popup_save();exit;}
if(isset($_GET["enable_milter"])){milter_behavior_save();exit;}


if(isset($_GET["popup-auth"])){sasl_popup();exit();}
if(isset($_GET["popup-auth-status"])){sasl_popup_status();exit();}
if(isset($_GET["popup-auth-mech"])){sasl_popup_auth();exit();}