exit;
}
if (isset($_POST["enabledauth"])) {
    item_auth_save();
    exit;
}
if (isset($_POST["zmd5"])) {
    item_save();
    exit;
}
if (isset($_GET["item-delete-js"])) {
    item_delete_js();
    exit;
}
if (isset($_GET["relay-sender-table-list"])) {
    main_search();
    exit;
}
if (isset($_POST["item-delete"])) {
    item_delete();
    exit;
}
if (isset($_GET["apply_sender_routing_rule-js"])) {
    apply_sender_routing_rule_js();
    exit;
}
if (isset($_POST["apply_sender_routing_rule"])) {
    apply_sender_routing_rule();
    exit;
}
if (isset($_GET["item-auth"])) {
Пример #2
0
	if(isset($_POST["item"])){items_save();exit;}
	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;}