diff options
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-x | usr/local/www/graph.php | 5 |
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" ); |