summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/getstats.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/getstats.php')
-rw-r--r--src/usr/local/www/getstats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/getstats.php b/src/usr/local/www/getstats.php
index 9bc913f..940a7dc 100644
--- a/src/usr/local/www/getstats.php
+++ b/src/usr/local/www/getstats.php
@@ -32,7 +32,7 @@ header("Expires: " . gmdate("D, j M Y H:i:s", time()) . " GMT");
header("Cache-Control: no-cache, no-store, must-revalidate"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
-require_once("guiconfig.inc");
+require_once("auth_check.inc");
include_once("includes/functions.inc.php");
echo get_stats();
OpenPOWER on IntegriCloud