path fixes and variable fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@380 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-25 09:21:44 +00:00
parent 6c53094974
commit 6adb378b42
6 changed files with 20 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?
$interface_query = mysql_query("select * from interfaces WHERE interface_id = '".$_GET['idb']."'");
$interface_query = mysql_query("select * from interfaces WHERE interface_id = '".$_GET['opta']."'");
$interface = mysql_fetch_array($interface_query);
$hostname = $device['hostname'];