From 1d4c41f5b31dd019eb6f53033c4bedb8ac10faf8 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 21 Sep 2010 13:55:46 +0000 Subject: [PATCH] fix cust graphs git-svn-id: http://www.observium.org/svn/observer/trunk@1711 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/customer/auth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/customer/auth.inc.php b/html/includes/graphs/customer/auth.inc.php index 0a8aaf4d7..9485aab9c 100755 --- a/html/includes/graphs/customer/auth.inc.php +++ b/html/includes/graphs/customer/auth.inc.php @@ -1,6 +1,6 @@ = "5" || $config['allow_unauth_graphs'];) +if ($_SESSION['userlevel'] >= "5" || $config['allow_unauth_graphs']) { $id = mres($_GET['id']); $title = generate_device_link($device);