mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Remove old debug output
and fix indentation. Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -43,15 +43,6 @@ if (isset($_POST["submit"])) {
|
||||
<?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">×</span>
|
||||
</button>
|
||||
<h4><i class="icon fa fa-exclamation-triangle"></i> Debug</h4>
|
||||
<pre><?php print_r(htmlentities($_POST)); ?></pre>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (strlen($success) > 0) { ?>
|
||||
<div id="alInfo" class="alert alert-info alert-dismissible fade in" role="alert">
|
||||
<button type="button" class="close" data-hide="alert" aria-label="Close"><span aria-hidden="true">×</span>
|
||||
|
||||
Reference in New Issue
Block a user