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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user