Merge pull request #1802 from arjitc/patch-15

Added header to authlog page
This commit is contained in:
Daniel Preussker
2015-08-29 17:09:05 +00:00

View File

@@ -1,5 +1,6 @@
<?php
echo "<h3>Authlog</h3>";
echo "<hr>";
if ($_SESSION['userlevel'] >= '10') {
echo '<table cellspacing=0 cellpadding=1 width=100%>';