fix new billing graph, fix interface links

git-svn-id: http://www.observium.org/svn/observer/trunk@1604 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-08-01 16:50:53 +00:00
parent 7a0db16f2c
commit 02509b9638
3 changed files with 6 additions and 4 deletions

View File

@@ -9,9 +9,8 @@ if(is_numeric($_GET['id']) && bill_permitted($_GET['id']))
WHERE B.bill_id = '".mres($_GET['id'])."' AND P.interface_id = B.port_id
AND D.device_id = P.device_id");
} else {
echo("Unauthorised");
exit;
$auth = TRUE;
}
?>