summaryrefslogtreecommitdiff
path: root/pages/about.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/about.inc')
-rw-r--r--pages/about.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/about.inc b/pages/about.inc
index 3e89cf5..855d9b1 100644
--- a/pages/about.inc
+++ b/pages/about.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';
$version = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/version.json"), true);