mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
use new flag to place captcha errors in the error log (if debug is set)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9921 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ccbbaba91d
commit
81998a5104
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ class phpbb_default_captcha
|
|||
$this->seed -= 0x7fffffff * floor($this->seed / 0x7fffffff);
|
||||
|
||||
$captcha = new captcha();
|
||||
define('IMAGE_OUTPUT', 1);
|
||||
$captcha->execute($this->code, $this->seed);
|
||||
}
|
||||
|
||||
|
@ -80,6 +81,7 @@ class phpbb_default_captcha
|
|||
}
|
||||
}
|
||||
$captcha = new captcha();
|
||||
define('IMAGE_OUTPUT', 1);
|
||||
$captcha->execute($this->code, $this->seed);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue