diff options
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index d22b430..f6f7e45 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -125,7 +125,7 @@ $filetypes = array( ); $reservedusers = array('all', 'watchlist'); -$antispamQuestion = 'write the name of this application (no Caps, no spaces)'; +$antispamQuestion = 'name of this application (no Caps)'; $antispamAnswer = 'semanticscuttle'; $enableCommonTagDescription = true; |