From c6c7585269fb68a6fc0f618deaa775b6bf0f0039 Mon Sep 17 00:00:00 2001 From: Li Heng Date: Thu, 26 Dec 2013 09:10:00 +0000 Subject: [PATCH] =?UTF-8?q?=20=E9=AA=8C=E8=AF=81=E7=A0=81=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=B0=81=E8=A3=85=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/module/Helpers/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/module/Helpers/Captcha.php b/application/module/Helpers/Captcha.php index bd91224e..43a835b3 100644 --- a/application/module/Helpers/Captcha.php +++ b/application/module/Helpers/Captcha.php @@ -17,7 +17,7 @@ class Captcha extends \Zend_Controller_Plugin_Abstract { $this->captcha = new \Zend_Captcha_Image(array( 'captcha' => 'Image', - 'wordLen' => 6, + 'wordLen' => 4, 'fontsize'=>16, 'width' => 100, 'height' => 38,