From e0b9945a0a345a9f3d9f8758a7b3605dcc90da3b Mon Sep 17 00:00:00 2001 From: wlx Date: Sun, 15 Jan 2012 02:30:04 +0000 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/LoginForm.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/models/LoginForm.php b/application/models/LoginForm.php index 051ba92d..633b6f1e 100755 --- a/application/models/LoginForm.php +++ b/application/models/LoginForm.php @@ -52,6 +52,7 @@ class LoginForm extends Zend_Form 'width' => 100, 'height' => 38, 'dotNoiseLevel'=>2, + 'lineNoiseLevel'=>1, // Captcha timeout, 5 mins 'timeout' => 300, // What font to use... @@ -78,4 +79,4 @@ class LoginForm extends Zend_Form $this->addElements(array($submit)); } -} \ No newline at end of file +}