exit; } if (isset($_GET["nameserver"])) { dns_add(); exit; } if (isset($_GET["DnsDelete"])) { dns_del(); exit; } if (isset($_GET["standard_dns"])) { dns_popup_index(); exit; } if (isset($_GET["dns_cache"])) { dns_popup_cache(); exit; } if (isset($_GET["enable_plugins"])) { plugins_save(); exit; } if (isset($_GET["website_block"])) { url_regex_save(); exit; } if (isset($_GET["website_block_delete"])) { url_regex_del(); exit; } if (isset($_GET["force-upgrade-squid"])) {
if(isset($_GET["NetDelete"])){network_delete();exit;} if(isset($_GET["listenport"])){listen_port_save();exit;} if(isset($_GET["visible_hostname_save"])){visible_hostname_save();exit;} if(isset($_GET["ldap_auth"])){ldap_auth_save();exit;} if(isset($_GET["ntlm_auth"])){ldap_ntlm_auth_save();exit;} if(isset($_POST["EnableSquidExternalLDAP"])){ldap_external_auth_save();exit;} if(isset($_GET["nameserver"])){dns_add();exit();} if(isset($_GET["DnsDelete"])){dns_del();exit();} if(isset($_GET["standard_dns"])){dns_popup_index();exit;} if(isset($_GET["dns_cache"])){dns_popup_cache();exit;} if(isset($_GET["enable_plugins"])){plugins_save();exit;} if(isset($_GET["website_block"])){url_regex_save();exit;} if(isset($_GET["website_block_delete"])){url_regex_del();exit;} if(isset($_GET["force-upgrade-squid"])){force_upgrade_squid();exit;} if(isset($_POST["DenyWebSiteImportPerform"])){url_regex_popup_import_receive();exit;} if(isset($_GET["AllowAllNetworksInSquid"])){AllowAllNetworksInSquid_save();exit;}