From: ericdane Date: Wed, 5 Mar 2008 16:27:48 +0000 (+0000) Subject: minor change X-Git-Tag: v0.88~12 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=17c01d0dde15c1e337a00eb7f1ec9d33b9250626;p=semanticscuttle.git minor change git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@57 b3834d28-1941-0410-a4f8-b48e95affb8f --- 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;