exit; } if (isset($_GET["enable_plugins"])) { plugins_save(); exit; } if ($_GET["script"] == "url_regex") { echo url_regex_js(); exit; } if (isset($_GET["url_regex_list"])) { echo url_regex_popup_list(); 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"] == "ldap_auth") {
if(isset($_GET["url_regex_list"])){echo url_regex_popup_list();exit;} if($_GET["script"]=="user-agent-ban"){echo user_agent_ban_js();exit;} if(isset($_GET["user-agent-ban"])){echo user_agent_ban_popup();exit;} if(isset($_GET["user-agent-ban-db"])){echo user_agent_ban_index();exit;} if(isset($_GET["user-agent-ban-search"])){user_agent_ban_search();exit;} if(isset($_GET["user-agent-ban-add"])){user_agent_ban_add();exit;} if(isset($_GET["user-agent-ban-list"])){user_agent_ban_list();exit;} 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;}