1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/11684] Remove useless confirmation page after login and admin login

PHPBB3-11684
This commit is contained in:
Joas Schilling
2013-07-13 12:02:49 -04:00
parent fd10d97cb1
commit 7d0c1d02ca
2 changed files with 3 additions and 4 deletions

View File

@@ -3301,8 +3301,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa
return;
}
$redirect = meta_refresh(3, $redirect);
trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
redirect($redirect);
}
// Something failed, determine what...