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["addipfrom"])) { CalculCDR(); exit; } if (isset($_GET["add-ip-single"])) {
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;} if(isset($_GET["auth-wl-add"])){auth_whitelist_add();exit;} if(isset($_GET["auth-wl-del"])){auth_whitelist_del();exit;} if($_GET["content"]=="auth-wl-useragents"){auth_whitelist_useragent_popup();exit;} if(isset($_GET["auth-wl-useragents-list"])){auth_whitelist_useragent_list();exit;} if(isset($_GET["auth-wl-add-useragents"])){auth_whitelist_useragent_add();exit;} if(isset($_GET["auth-wl-del-useragents"])){auth_whitelist_useragent_del();exit;}