From dbe6e24081961d2ffe303754be63dc7835d113f0 Mon Sep 17 00:00:00 2001 From: ericdane Date: Wed, 5 Mar 2008 15:56:54 +0000 Subject: minor : change anti spam question git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@56 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.inc.php.example') 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; -- cgit v1.2.3