mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1802 from arjitc/patch-15
Added header to authlog page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
echo "<h3>Authlog</h3>";
|
||||
echo "<hr>";
|
||||
if ($_SESSION['userlevel'] >= '10') {
|
||||
echo '<table cellspacing=0 cellpadding=1 width=100%>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user