summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 3a592f7..56caef4 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -36,7 +36,7 @@
##|*MATCH=graph.php*
##|-PRIV
-if(!$_SERVER['PHP_AUTH_USER']) {
+if(!$_SESSION['Username']) {
Header("Location: /");
exit;
}
OpenPOWER on IntegriCloud