Revision 8b379e47
Added by Scott Ullrich over 16 years ago
usr/local/www/graph.php | ||
---|---|---|
36 | 36 |
##|*MATCH=graph.php* |
37 | 37 |
##|-PRIV |
38 | 38 |
|
39 |
require("guiconfig.inc"); |
|
40 | 39 |
require("globals.inc"); |
40 |
require("guiconfig.inc"); |
|
41 | 41 |
|
42 | 42 |
header("Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" ); |
43 | 43 |
header("Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" ); |
Also available in: Unified diff
Include globals.inc first