验证码简单化

This commit is contained in:
wlx 2012-01-15 02:30:04 +00:00
parent 33a9700007
commit e0b9945a0a
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ class LoginForm extends Zend_Form
'width' => 100, 'width' => 100,
'height' => 38, 'height' => 38,
'dotNoiseLevel'=>2, 'dotNoiseLevel'=>2,
'lineNoiseLevel'=>1,
// Captcha timeout, 5 mins // Captcha timeout, 5 mins
'timeout' => 300, 'timeout' => 300,
// What font to use... // What font to use...
@ -78,4 +79,4 @@ class LoginForm extends Zend_Form
$this->addElements(array($submit)); $this->addElements(array($submit));
} }
} }