mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
auth modules! please test http-auth again, i haven't, but i think i got it right...
git-svn-id: http://www.observium.org/svn/observer/trunk@973 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ function popUp(URL) {
|
||||
</td>
|
||||
<td align="right" style="margin-right: 10px;">
|
||||
<div id="topnav" style="float: right;">
|
||||
<?php if($_SESSION['authenticated']) {
|
||||
<?php if(isset($_SESSION['authenticated']) && $_SESSION['authenticated']) {
|
||||
include("includes/topnav.inc");
|
||||
} ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user