mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 00:11:51 +02:00
interface lister
git-svn-id: http://www.observium.org/svn/observer/trunk@361 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Regular → Executable
+3
-3
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
include("../config.php");
|
||||
include("../includes/functions.php");
|
||||
include("includes/authenticate.inc");
|
||||
include("../../config.php");
|
||||
include("../../includes/functions.php");
|
||||
include("../includes/authenticate.inc");
|
||||
if(!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }
|
||||
|
||||
if(isset($_GET['device_id'])){
|
||||
Reference in New Issue
Block a user