summaryrefslogtreecommitdiff
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-05 15:56:54 +0000
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-05 15:56:54 +0000
commitdbe6e24081961d2ffe303754be63dc7835d113f0 (patch)
tree3b89026a342e81f496e53cc4088b9fd91f98ba5c /config.inc.php.example
parenta68d04c9e374ebc043a0c5edd051be0a7d9a9d4f (diff)
downloadsemanticscuttle-dbe6e24081961d2ffe303754be63dc7835d113f0.tar.gz
semanticscuttle-dbe6e24081961d2ffe303754be63dc7835d113f0.tar.bz2
minor : change anti spam question
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@56 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example4
1 files changed, 2 insertions, 2 deletions
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;