diff options
-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; |