From ccbd1cdfdda2fa8f893c778e982bc31084b8c49c Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Tue, 1 May 2001 20:27:36 +0000 Subject: Added some passthru support to login Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'phpBB/common.php') 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); -- cgit v1.2.1