Adding the "distortion" option
This commit is contained in:
@ -105,6 +105,8 @@ class CaptchaGenerator
|
||||
{
|
||||
$fingerprint = $this->getFingerprint($key, $options);
|
||||
|
||||
$this->builder->setDistortion($options['distortion']);
|
||||
|
||||
$content = $this->builder->build(
|
||||
$options['width'],
|
||||
$options['height'],
|
||||
|
Reference in New Issue
Block a user