mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 11:28:29 +02:00
Better captcha sizing
This commit is contained in:
parent
69a670b4b1
commit
2ff5a617d0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue