验证码功能封装修改。

This commit is contained in:
Li Heng 2013-12-26 09:10:00 +00:00
parent 985272db6a
commit c6c7585269
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Captcha extends \Zend_Controller_Plugin_Abstract
{ {
$this->captcha = new \Zend_Captcha_Image(array( $this->captcha = new \Zend_Captcha_Image(array(
'captcha' => 'Image', 'captcha' => 'Image',
'wordLen' => 6, 'wordLen' => 4,
'fontsize'=>16, 'fontsize'=>16,
'width' => 100, 'width' => 100,
'height' => 38, 'height' => 38,