Re-enable the captcha image distortion.
This commit is contained in:
parent
f67097932f
commit
fb7b2af812
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ class Captcha extends EA_Controller {
|
||||||
*/
|
*/
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
|
$this->captcha_builder->setDistortion(true);
|
||||||
$this->captcha_builder->setDistortion(false);
|
|
||||||
$this->captcha_builder->setMaxBehindLines(1);
|
$this->captcha_builder->setMaxBehindLines(1);
|
||||||
$this->captcha_builder->setMaxFrontLines(1);
|
$this->captcha_builder->setMaxFrontLines(1);
|
||||||
$this->captcha_builder->setBackgroundColor(255,255,255);
|
$this->captcha_builder->setBackgroundColor(255,255,255);
|
||||||
|
|
Loading…
Reference in a new issue