forked from GithubBackups/vichan
Merge pull request #810 from vichan-devel/revert-809-howwwwww
i jinxed the previous commit
This commit is contained in:
commit
bd5c2c61b9
@ -123,7 +123,7 @@ class AntiBot {
|
|||||||
$html = '';
|
$html = '';
|
||||||
|
|
||||||
if ($count === false) {
|
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) {
|
if ($count === true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user