1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +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

@@ -750,7 +750,7 @@ if ($submit || $preview || $refresh)
$vc_response = $captcha->validate();
if ($vc_response)
{
$error += $vc_response;
$error[] = $vc_response;
}
else
{