Better captcha sizing

This commit is contained in:
Pinga 2023-12-28 20:24:13 +02:00
parent 69a670b4b1
commit 2ff5a617d0

View file

@ -12,7 +12,7 @@ $captcha->setMaxAngle(25);
$captcha->setTextColor(0, 0, 0);
$captcha->setInterpolation(false);
$captcha->setDistortion(false);
$captcha->build($width = 100, $height = 40);
$captcha->build($width = 180, $height = 50);
$_SESSION['captcha'] = $captcha->getPhrase();