added ignore_all_effects to configuration
This commit is contained in:
@ -123,6 +123,9 @@ class CaptchaGenerator
|
||||
// set background images
|
||||
$this->builder->setBackgroundImages($options['background_images']);
|
||||
|
||||
// set ignore all effects
|
||||
$this->builder->setIgnoreAllEffects($options['ignore_all_effects']);
|
||||
|
||||
$content = $this->builder->build(
|
||||
$options['width'],
|
||||
$options['height'],
|
||||
|
Reference in New Issue
Block a user