summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-08 04:40:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-08 04:40:21 +0000
commit11d409b05957488731280fafa2dc04de16279df3 (patch)
tree74f269deff848745ce54cb210786f5e7960af4e8 /usr/local/www/graph.php
parent1a50bdb09d270a6aaf5d9530171ae9ecfadcdce5 (diff)
downloadpfsense-11d409b05957488731280fafa2dc04de16279df3.zip
pfsense-11d409b05957488731280fafa2dc04de16279df3.tar.gz
require("guiconfig.inc");
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 56caef4..7c8e8ea 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -36,10 +36,7 @@
##|*MATCH=graph.php*
##|-PRIV
-if(!$_SESSION['Username']) {
- Header("Location: /");
- exit;
-}
+require("guiconfig.inc");
header("Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" );
header("Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" );
OpenPOWER on IntegriCloud