aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 117eb18d06..b88bf09282 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -54,7 +54,6 @@ $image_msnm = "$url_images/msnm.gif";
// Find Users real IP (if possible)
$user_ip = ($HTTP_X_FORWARDED_FOR) ? $HTTP_X_FORWARDED_FOR : $REMOTE_ADDR;
-$template = new Template("./templates/Default");
include('includes/template.inc');
include('includes/error.'.$phpEx);
@@ -96,6 +95,8 @@ else
$sys_timezone = $config["system_timezone"];
$sys_template = $config['sys_template'];
$sys_lang = $default_lang;
+
+
}
include('language/lang_'.$default_lang.'.'.$phpEx);