interface lister

git-svn-id: http://www.observium.org/svn/observer/trunk@361 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-20 13:27:21 +00:00
parent 09d54a6112
commit 9a8c885adf
+3 -3
View File
@@ -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'])){