Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 1 of 1) sorted by relevance

/web-bugs/src/Utils/
H A DCaptcha.php26 const MAX = 50; define in App\\Utils\\Captcha
56 $this->setFirst(rand(1, self::MAX));
57 $this->setLast(rand(1, self::MAX));

Completed in 3 milliseconds