exit; } if ($_GET["content"] == "listen_port") { echo listen_port_popup(); exit; } if ($_GET["content"] == "visible_hostname") { echo visible_hostname_popup(); exit; } if ($_GET["content"] == "ldap_auth") { echo ldap_auth_index(); exit; } if ($_GET["content"] == "ldap_local") { echo ldap_auth_popup(); exit; } if ($_GET["content"] == "ldap_remote") { echo ldap_auth_remote(); exit; } if ($_GET["content"] == "url_regex") { echo url_regex_popup(); exit; } if ($_GET["content"] == "url_regex_list") { echo url_regex_popup_list(); exit; } if ($_GET["content"] == "url_regex_import") {
if(isset($_GET["EnableUserAgentBanAll"])){user_agent_ban_enable();exit;} if(isset($_GET["UserAgentBanDeleteDB"])){user_agent_ban_delete();exit;} if($_GET["content"]=="dns"){echo dns_popup();exit;} if($_GET["content"]=="network"){echo network_popup();exit;} if($_GET["content"]=="listen_port"){echo listen_port_popup();exit;} if($_GET["content"]=="visible_hostname"){echo visible_hostname_popup();exit;} if($_GET["content"]=="listen_port_tab"){echo listen_port_popup_tabs();exit;} if(isset($_GET["browsers-setup"])){listen_port_browsers();exit;} if($_GET["content"]=="ldap_auth"){echo ldap_auth_index();exit;} if($_GET["content"]=="ldap_local"){echo ldap_auth_popup();exit;} if($_GET["content"]=="ldap_remote"){echo ldap_auth_remote();exit;} if($_GET["content"]=="url_regex"){echo url_regex_popup();exit;} if($_GET["content"]=="url_regex_list"){echo url_regex_popup_list();exit;} if($_GET["content"]=="url_regex_import"){url_regex_popup_import();exit;} if($_GET["blocksites"]=="deny"){url_regex_popup1();exit;} if($_GET["blocksites"]=="MalwarePatrol"){url_regex_MalwarePatrol_popup();exit;} if(isset($_GET["EnableMalwarePatrol"])){url_regex_MalwarePatrol_save();exit;} if(isset($_GET["malware-patrol-list"])){url_regex_MalwarePatrol_list();exit;} if($_GET["content"]=="auth-wl"){auth_whitelist_popup();exit;} if(isset($_GET["auth-wl-list"])){auth_whitelist_list();exit;}