Exemplo n.º 1
0
function main_switch()
{
    switch ($_GET["main"]) {
        case "index":
            main_index();
            exit;
        case "actions":
            main_actions();
            exit;
        case "rules":
            main_rule();
            break;
    }
}
function main_switch()
{
    switch ($_GET["main"]) {
        case "rule":
            main_rule();
            exit;
        case "config":
            main_config_file();
            break;
        case "notifications":
            main_notifications();
            break;
    }
}
Exemplo n.º 3
0
    exit;
}
if (isset($_GET["server-popup"])) {
    server_popup();
    exit;
}
if (isset($_POST["WORKGROUP"])) {
    server_save();
    exit;
}
if (isset($_GET["popup"])) {
    popup();
    exit;
}
if (isset($_GET["rulemd5"])) {
    main_rule();
    exit;
}
if (isset($_GET["items-rules"])) {
    items();
    exit;
}
if (isset($_GET["diclaimers-rule"])) {
    disclaimer_rule();
    exit;
}
if (isset($_POST["mailfrom"])) {
    rule_add();
    exit;
}
if (isset($_POST["del-zmd5"])) {
Exemplo n.º 4
0
	if(isset($_GET["items"])){items();exit;}
	if(isset($_GET["item-js"])){items_js();exit;}
	if(isset($_GET["items-search"])){items_search();exit;}
	if(isset($_GET["item-popup"])){items_popup();exit;}
	if(isset($_POST["item-delete"])){items_delete();exit;}
	
	if(isset($_POST["main-subrule-delete"])){main_subrule_delete();exit;}
	if(isset($_POST["main-subrule-move"])){main_subrule_move();exit;}	
	
	if(isset($_POST["main-rule-delete"])){main_rule_delete();exit;}
	if(isset($_POST["main-rule-move"])){main_rule_move();exit;}
	if(isset($_POST["main-rule-enable"])){main_rule_enable();exit;}
	
	if(isset($_GET["main-section"])){main_rule();exit;}
	if(isset($_GET["main-search"])){main_search();exit;}
	if(isset($_GET["main"])){main_rule();exit();}
	if(isset($_GET["main-js"])){main_js();exit;}
	if(isset($_GET["main-tabs"])){main_tabs();exit;}
	if(isset($_GET["main-rules-tabs"])){main_section_tabs();exit;}
	
	
	if(isset($_GET["options"])){options_section();exit;}
	if(isset($_GET["options-search"])){options_search();exit;}
	if(isset($_POST["options-enable"])){options_enable();exit;}
	
	
	if(isset($_GET["main-popup"])){main_popup();exit;}
	if(isset($_POST["main-ID"])){main_save();exit;}
	if(isset($_GET["parameters"])){global_parameters();exit;}
	if(isset($_POST["DisableAnyCache"])){global_parameters_save();exit;}