aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php2
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);