summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-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