验证码功能封装修改。
This commit is contained in:
parent
985272db6a
commit
c6c7585269
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue