diff options
Diffstat (limited to 'phpBB/ucp.php')
| -rwxr-xr-x | phpBB/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php index b85ceee562..320c688833 100755 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -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); |
