Update of /cvsroot/phpwiki/phpwiki/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27161/config
Modified Files:
config-dist.ini
Log Message:
captcha feature by Benjamin Drieu. Patch #1110699
Index: config-dist.ini
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/config/config-dist.ini,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -2 -b -p -d -r1.46 -r1.47
--- config-dist.ini 23 Apr 2005 11:15:49 -0000 1.46
+++ config-dist.ini 25 Apr 2005 20:17:15 -0000 1.47
@@ -86,4 +86,7 @@
;ENABLE_DISCUSSION_LINK = true
+; If set to true, add some anti-spam countermeasures based on captcha
+; tests. See http://www.captcha.net/ for more information on captcha.
+;ENABLE_CAPTCHA = true
;==========================================================================
|