fix broken Icons

Signed-off-by: Th3M3 <the_me@hotmail.de>
This commit is contained in:
TheME
2019-08-04 21:11:32 +02:00
parent 483a3aee27
commit 5ea4e6d185
6 changed files with 710 additions and 509 deletions

View File

@@ -46,7 +46,7 @@ if (isset($_POST["submit"])) {
<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>
<h4><i class="icon fa fa-exclamation-triangle"></i> Debug</h4>
<pre><?php print_r($_POST); ?></pre>
</div>
<?php } ?>