1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

always redirect on login (fixes the "i am not logged in" problem. ;))

git-svn-id: file:///svn/phpbb/trunk@4838 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-02-22 10:22:51 +00:00
parent 120fd6bf70
commit 7aaf5a67a4
2 changed files with 8 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ switch ($mode)
}
define('IN_LOGIN', true);
login_box("ucp.$phpEx$SID&mode=login");
login_box("ucp.$phpEx$SID&mode=login", '', '', true);
$redirect = request_var('redirect', "index.$phpEx$SID");
meta_refresh(3, $redirect);