From 12e437a2b643bd4f748a354861c80e680e649965 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 9 Nov 2008 20:32:39 +0000 Subject: Ensure globals.inc is read in --- usr/local/www/graph.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/graph.php') 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" ); -- cgit v1.1