captcha bruteforce fix

This commit is contained in:
2026-04-11 17:32:20 -04:00
parent 60d6f649ee
commit 4349bf232d

View File

@@ -133,6 +133,9 @@ class bot_protection{
$answers[] = $regex; $answers[] = $regex;
} }
// dedup
$answers = array_unique($answers);
if( if(
!$invalid && !$invalid &&
$key !== false // has captcha been gen'd? $key !== false // has captcha been gen'd?