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

fixing some vC bugs (attempt counting and posting) and introducing prototype for reCaptcha

git-svn-id: file:///svn/phpbb/trunk@8903 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2008-09-22 12:37:42 +00:00
parent c67fa83652
commit 0f14f278d0
7 changed files with 449 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ abstract class phpbb_default_captcha implements phpbb_captcha_plugin
if (strlen($error))
{
// okay, inorect answer. Let's ask a new question
$this->reset();
$this->generate_code();
return $error;
}
else