From: ericdane Date: Wed, 5 Mar 2008 15:56:54 +0000 (+0000) Subject: minor : change anti spam question X-Git-Tag: v0.88~13 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dbe6e24081961d2ffe303754be63dc7835d113f0;p=semanticscuttle.git minor : change anti spam question git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@56 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/config.inc.php.example b/config.inc.php.example index daa1d8a..d22b430 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -125,8 +125,8 @@ $filetypes = array( ); $reservedusers = array('all', 'watchlist'); -$antispamQuestion = 'Put here the answer to 1 + 2 + 3'; -$antispamAnswer = '6'; +$antispamQuestion = 'write the name of this application (no Caps, no spaces)'; +$antispamAnswer = 'semanticscuttle'; $enableCommonTagDescription = true; $enableCommonBookmarkDescription = true;