Removed <hr>

This commit is contained in:
Arjit Chaudhary 2015-09-23 20:38:01 +05:30
parent d055902487
commit 0e3d5a35ac

View File

@ -1,6 +1,5 @@
<?php
echo "<h3>Authlog</h3>";
echo "<hr>";
if ($_SESSION['userlevel'] >= '10') {
echo '<table class="table table-hover table-condensed">';
echo "<th>Timestamp</th><th>User</th><th>IP Address</th><th>Result</th>";