aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-05-01 20:27:36 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-05-01 20:27:36 +0000
commitccbd1cdfdda2fa8f893c778e982bc31084b8c49c (patch)
tree69c977fb9e11f88fd7d62425bca34347a35fb8da /phpBB/common.php
parentb5743048e73c512e5b911bc25c4007d7793a1e49 (diff)
downloadforums-ccbd1cdfdda2fa8f893c778e982bc31084b8c49c.tar
forums-ccbd1cdfdda2fa8f893c778e982bc31084b8c49c.tar.gz
forums-ccbd1cdfdda2fa8f893c778e982bc31084b8c49c.tar.bz2
forums-ccbd1cdfdda2fa8f893c778e982bc31084b8c49c.tar.xz
forums-ccbd1cdfdda2fa8f893c778e982bc31084b8c49c.zip
Added some passthru support to login
Got edit profile half working.. git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
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);