summaryrefslogtreecommitdiffstats
path: root/usr/local/www/stats.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-04 22:00:51 +0000
committerErmal <eri@pfsense.org>2011-03-04 22:00:51 +0000
commitde4333babb8f5dcbfc8a297cb30170575cd22b92 (patch)
treefb6f5652175f2c812c5d39ebc033d76bc31fe4f9 /usr/local/www/stats.php
parent9fbb35996ff193082cbdad7c42574afd00f3bdf5 (diff)
downloadpfsense-de4333babb8f5dcbfc8a297cb30170575cd22b92.zip
pfsense-de4333babb8f5dcbfc8a297cb30170575cd22b92.tar.gz
Enforce session establishment.
Diffstat (limited to 'usr/local/www/stats.php')
-rw-r--r--usr/local/www/stats.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/stats.php b/usr/local/www/stats.php
index 7d9cc28..3ce8096 100644
--- a/usr/local/www/stats.php
+++ b/usr/local/www/stats.php
@@ -35,7 +35,8 @@
##|*MATCH=stats.php*
##|-PRIV
-require("includes/functions.inc.php");
+require_once("guiconfig.inc");
+require_once("includes/functions.inc.php");
$cpu = cpu_usage();
OpenPOWER on IntegriCloud