Example #1
0
	
	if(isset($_GET["ajaxmenu"])){main_switch();exit;}
	if(isset($_GET["main"])){main_switch();exit;}
	if(isset($_GET["fqdncache_size"])){main_save_array();exit;}
	if(isset($_GET["applysquid"])){applysquid();exit;}
	
	
	if(isset($_GET["wait-finish"])){exit;};
	if(isset($_GET["cache-list"])){echo cache_list();exit;}
	
	if(isset($_GET["connection-time"])){echo time_global();exit;}
	if(isset($_GET["connection-time-showgroup"])){echo time_groups();exit;}
	if(isset($_GET["connection-time-rule"])){echo time_rule();exit;}
	if(isset($_GET["end_time_hour"])){time_save();exit;}
	if(isset($_GET["time-rule-list"])){echo time_rule_list($_GET["gpid"],$_GET["ou"]);exit;}
	if(isset($_GET["ConnectionTimeDelete"])){time_rule_delete();exit;}
	
	if(isset($_GET["changecache-js"])){changecache_js();exit;}
	if(isset($_GET["changecache-popup"])){changecache_popup();exit;}
	if(isset($_GET["changecache-popup-content"])){changecache_popup_content();exit;}
	if(isset($_GET["SaveNewChache"])){changecache_save();exit;}
	
	
	
	
	if(isset($_GET["liste-des-caches"])){main_cache_list();exit;}
	
	
	if(isset($_GET["squid-net-loupe-js"])){net_control_center_js();exit;}
	if(isset($_GET["squid-net-loupe-popup"])){net_control_center_popup();exit;}
	if(isset($_GET["squid-transparent-js"])){transparent_js();exit;}
Example #2
0
    exit;
}
if (isset($_GET["connection-time-rule"])) {
    echo time_rule();
    exit;
}
if (isset($_GET["end_time_hour"])) {
    time_save();
    exit;
}
if (isset($_GET["time-rule-list"])) {
    echo time_rule_list($_GET["gpid"], $_GET["ou"]);
    exit;
}
if (isset($_GET["ConnectionTimeDelete"])) {
    time_rule_delete();
    exit;
}
if (isset($_GET["changecache-js"])) {
    changecache_js();
    exit;
}
if (isset($_GET["changecache-popup"])) {
    changecache_popup();
    exit;
}
if (isset($_GET["SaveNewChache"])) {
    changecache_save();
    exit;
}
if (isset($_GET["liste-des-caches"])) {