aboutsummaryrefslogtreecommitdiff
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-05 16:27:48 +0000
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-05 16:27:48 +0000
commit17c01d0dde15c1e337a00eb7f1ec9d33b9250626 (patch)
tree0577016fa81394da34eb6f0f74a1e90270fa4c33 /config.inc.php.example
parentdbe6e24081961d2ffe303754be63dc7835d113f0 (diff)
downloadsemanticscuttle-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.example2
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;