diff options
author | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-05 16:27:48 +0000 |
---|---|---|
committer | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-05 16:27:48 +0000 |
commit | 17c01d0dde15c1e337a00eb7f1ec9d33b9250626 (patch) | |
tree | 0577016fa81394da34eb6f0f74a1e90270fa4c33 /config.inc.php.example | |
parent | dbe6e24081961d2ffe303754be63dc7835d113f0 (diff) | |
download | semanticscuttle-17c01d0dde15c1e337a00eb7f1ec9d33b9250626.tar.gz semanticscuttle-17c01d0dde15c1e337a00eb7f1ec9d33b9250626.tar.bz2 |
minor change
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@57 b3834d28-1941-0410-a4f8-b48e95affb8f
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; |