mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
- captcha stuff
- unique_id git-svn-id: file:///svn/phpbb/trunk@5911 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -71,7 +71,7 @@ function login_db(&$username, &$password)
|
||||
|
||||
if ($confirm_row)
|
||||
{
|
||||
if ($confirm_row['code'] != $confirm_code)
|
||||
if (strcasecmp($confirm_row['code'], $confirm_code) == 0)
|
||||
{
|
||||
return array(
|
||||
'status' => LOGIN_ERROR_ATTEMPTS,
|
||||
|
Reference in New Issue
Block a user