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",
-8
View File
@@ -21,14 +21,6 @@
</div>
<?php } ?>
<?php if(isset($debug)){ ?>
<div id="alDebug" class="alert alert-warning alert-dismissible fade in" role="alert">
<button type="button" class="close" data-hide="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4><i class="icon fa fa-warning"></i> Debug</h4>
<?php echo $debug; ?>
</div>
<?php } ?>
<div class="row">
<div class="col-md-6">
<?php