summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 20:32:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 20:32:39 +0000
commit12e437a2b643bd4f748a354861c80e680e649965 (patch)
treeb3aaa74c3d897d67685b2e3e693b869b86810a8b /usr
parent83fb3c101456fdf18549819cd83df07eb36275dd (diff)
downloadpfsense-12e437a2b643bd4f748a354861c80e680e649965.zip
pfsense-12e437a2b643bd4f748a354861c80e680e649965.tar.gz
Ensure globals.inc is read in
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 7c8e8ea..b48eaf2 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -37,6 +37,7 @@
##|-PRIV
require("guiconfig.inc");
+require("globals.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