summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-06 19:11:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-06 19:11:23 +0000
commit7afdf66fd69f8599cff579ea14b36d04da569346 (patch)
tree343454be3372f7e0ee4b4aa370a9c5fae7c6cf47 /usr/local/www/graph.php
parentbeb54c8fbe2af11ed454fe188d8d43c2808f3cdb (diff)
downloadpfsense-7afdf66fd69f8599cff579ea14b36d04da569346.zip
pfsense-7afdf66fd69f8599cff579ea14b36d04da569346.tar.gz
Use correct variable
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