コード例 #1
0
ファイル: squid.bandwith.php プロジェクト: brucewu16899/1.6.x
	if(isset($_GET["rules-del"])){rules_del();exit;}
	if(isset($_GET["rule_name"])){rules_save();exit;}
	if(isset($_GET["rule-id"])){rule_panel();exit;}
	
	
	if(isset($_GET["bandwith-rules-list"])){bandwith_rules_list();exit;}
	if(isset($_GET["bandwith-rule-js"])){bandwith_rule_js();exit;}
	if(isset($_GET["bandwith-rule-tabs"])){bandwith_rule_tabs();exit;}
	if(isset($_GET["bandwith-rule-parameters"])){rules_add();exit;}
	
	if(isset($_GET["bandwith-rule-networks"])){acl_net_popup();exit;}
	if(isset($_GET["bandwith-rule-websites"])){acl_www_popup();exit;}
	if(isset($_GET["bandwith-rule-files"])){acl_file_popup();exit;}
	if(isset($_GET["bandwith-rule-time"])){acl_time();exit;}
	
	if(isset($_GET["bandwith-rule-pobjects"])){acl_net_pobjects();exit;}
	if(isset($_GET["acl-group-add"])){acl_net_pobjects_add();exit;}
	if(isset($_GET["by-acls-js"])){byacls_js();exit;}
	if(isset($_GET["browser-acl-js"])){browser_acl_js();exit;}
	
	
	
	if(isset($_GET["bandwith-acl-list"])){bandwith_table_list();exit;}
	if(isset($_POST["acl-delete-item"])){bandwith_table_delete_item();exit;}
	if(isset($_POST["ENABLE-ITEM"])){bandwith_table_enable_item();exit;}
	
	
	
	if(isset($_GET["acl-time"])){acl_time();exit;}
	if(isset($_GET["bandacltime_ID"])){acl_time_save();exit;}
	
コード例 #2
0
ファイル: squid.bandwith.php プロジェクト: BillTheBest/1.6.x
    exit;
}
if (isset($_GET["bandwith-rule-files"])) {
    acl_file_popup();
    exit;
}
if (isset($_GET["bandwith-rule-time"])) {
    acl_time();
    exit;
}
if (isset($_GET["bandwith-rule-check-config"])) {
    bandwith_check_config();
    exit;
}
if (isset($_GET["bandwith-rule-pobjects"])) {
    acl_net_pobjects();
    exit;
}
if (isset($_GET["acl-group-add"])) {
    acl_net_pobjects_add();
    exit;
}
if (isset($_GET["by-acls-js"])) {
    byacls_js();
    exit;
}
if (isset($_GET["browser-acl-js"])) {
    browser_acl_js();
    exit;
}
if (isset($_GET["bandwith-acl-list"])) {