summaryrefslogtreecommitdiff
path: root/pages/stats.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/stats.inc')
-rw-r--r--pages/stats.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/stats.inc b/pages/stats.inc
index bd537f9..75b9e9d 100644
--- a/pages/stats.inc
+++ b/pages/stats.inc
@@ -1,6 +1,6 @@
<?php
-require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn;
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc';
$switchesRaindrops = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/gdapd/switches.json"), true);