1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-28 22:16:18 +02:00

Added some passthru support to login

Got edit profile half working..


git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-05-01 20:27:36 +00:00
parent b5743048e7
commit ccbd1cdfdd
6 changed files with 108 additions and 19 deletions

View File

@ -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);