Revert "revert trimming and this somehow fixes the antibot issues??????"

This commit is contained in:
Lorenzo Yario
2024-09-19 01:32:49 -07:00
committed by GitHub
parent ccfcd03c95
commit c1788d0792

View File

@@ -123,7 +123,7 @@ class AntiBot {
$html = '';
if ($count === false) {
$count = mt_rand(1, abs(count($this->inputs) / 15) + 1);
$count = mt_rand(1, (int)abs(count($this->inputs) / 15) + 1);
}
if ($count === true) {