Remove debug output

This commit is contained in:
DL6ER
2016-12-13 17:26:49 +01:00
parent 6e8c1bf128
commit 56ea43014e
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -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",