diff --git a/php/savesettings.php b/php/savesettings.php index 22bbc943..fddc8ca4 100644 --- a/php/savesettings.php +++ b/php/savesettings.php @@ -18,8 +18,6 @@ function validDomain($domain_name) return ( $validChars && $lengthCheck && $labelLengthCheck ); //length of each label } - $debug = $_POST; - $primaryDNSservers = [ "8.8.8.8" => "Google", "208.67.222.222" => "OpenDNS", diff --git a/settings.php b/settings.php index 09b5e13a..e34962dc 100644 --- a/settings.php +++ b/settings.php @@ -21,14 +21,6 @@ - -