From 6c1b0e0d09cb3655624f38cc3e89ffffb147d58f Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 13 May 2012 16:54:47 +0000 Subject: [PATCH] remove very efficient coding git-svn-id: http://www.observium.org/svn/observer/trunk@3174 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/global/auth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/global/auth.inc.php b/html/includes/graphs/global/auth.inc.php index 9866fb50c..eb1a2e2ef 100644 --- a/html/includes/graphs/global/auth.inc.php +++ b/html/includes/graphs/global/auth.inc.php @@ -1,6 +1,6 @@ = "5" || $auth) +if ($_SESSION['userlevel'] >= "5") { $auth = 1; }