summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 20:41:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 20:41:09 +0000
commit8b379e475ee3800cdca60d5f99ad80b338ad9b01 (patch)
tree315fbc126afa676d08a95bfe6caaa07149ceb62c /usr
parent30d8e16e72e9c10c8d53e9f7134588b99722bb79 (diff)
downloadpfsense-8b379e475ee3800cdca60d5f99ad80b338ad9b01.zip
pfsense-8b379e475ee3800cdca60d5f99ad80b338ad9b01.tar.gz
Include globals.inc first
Diffstat (limited to 'usr')
-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 2a0367f..44a2c76 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -36,8 +36,8 @@
##|*MATCH=graph.php*
##|-PRIV
-require("guiconfig.inc");
require("globals.inc");
+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