minor : change anti spam question

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@56 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
ericdane 2008-03-05 15:56:54 +00:00
parent a68d04c9e3
commit dbe6e24081

View file

@ -125,8 +125,8 @@ $filetypes = array(
); );
$reservedusers = array('all', 'watchlist'); $reservedusers = array('all', 'watchlist');
$antispamQuestion = 'Put here the answer to 1 + 2 + 3'; $antispamQuestion = 'write the name of this application (no Caps, no spaces)';
$antispamAnswer = '6'; $antispamAnswer = 'semanticscuttle';
$enableCommonTagDescription = true; $enableCommonTagDescription = true;
$enableCommonBookmarkDescription = true; $enableCommonBookmarkDescription = true;