aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 6efc2e560f..5bccc37b2c 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -50,7 +50,6 @@ $image_icq = "$url_images/icq_add.gif";
$image_aim = "$url_images/aim.gif";
$image_yim = "$url_images/yim.gif";
$image_msnm = "$url_images/msnm.gif";
-
$theme = array();
// Find Users real IP (if possible)
@@ -98,8 +97,6 @@ else
$sys_timezone = $config["system_timezone"];
$sys_template = $config['sys_template'];
$sys_lang = $default_lang;
-
-
}
include('language/lang_'.$default_lang.'.'.$phpEx);