diff options
author | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-05 15:56:54 +0000 |
---|---|---|
committer | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-05 15:56:54 +0000 |
commit | dbe6e24081961d2ffe303754be63dc7835d113f0 (patch) | |
tree | 3b89026a342e81f496e53cc4088b9fd91f98ba5c | |
parent | a68d04c9e374ebc043a0c5edd051be0a7d9a9d4f (diff) | |
download | semanticscuttle-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
-rw-r--r-- | config.inc.php.example | 4 |
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; |