1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 21:19:36 +01:00

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

idk but it works somehow??????
This commit is contained in:
Lorenzo Yario 2024-09-19 01:26:50 -07:00 committed by GitHub
parent 1effe1648b
commit e1a4ae5336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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