From 56ea43014ecf792f44967ea16423f2b42f7c751d Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 13 Dec 2016 17:26:49 +0100 Subject: [PATCH] Remove debug output --- php/savesettings.php | 2 -- settings.php | 8 -------- 2 files changed, 10 deletions(-) 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 @@ - - - -