diff --git a/application/controllers/Captcha.php b/application/controllers/Captcha.php index 495ec390..b7922e5a 100644 --- a/application/controllers/Captcha.php +++ b/application/controllers/Captcha.php @@ -36,8 +36,7 @@ class Captcha extends EA_Controller { */ public function index() { - - $this->captcha_builder->setDistortion(false); + $this->captcha_builder->setDistortion(true); $this->captcha_builder->setMaxBehindLines(1); $this->captcha_builder->setMaxFrontLines(1); $this->captcha_builder->setBackgroundColor(255,255,255);