turn off captcha by default (as previous versions didn't have it)

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@593 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-07-19 00:10:15 +00:00
parent 2efea86167
commit 507f0c9d60

View File

@ -574,7 +574,7 @@ $settings = array(
'surveyaskgroup' => '1',
'surveyaskmessage' => '0',
'enablepopupnotification' => '0',
'enablecaptcha' => '1',
'enablecaptcha' => '0',
'online_timeout' => 30, /* Timeout (in seconds) when online operator becomes offline */
'updatefrequency_operator' => 2,