diff options
Diffstat (limited to 'pages/together.inc')
-rw-r--r-- | pages/together.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/together.inc b/pages/together.inc index 3799630..c210fa5 100644 --- a/pages/together.inc +++ b/pages/together.inc @@ -1,7 +1,7 @@ <?php $_GET['old'] = ""; -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'; global $WebSocketAddress; |