summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-27 10:57:08 +0000
committerGravatar mensonge2009-02-27 10:57:08 +0000
commit4386a63ec18a96ab8bacdbdab2561561e9d35214 (patch)
tree1bb48ee8420d221f218ddbdbf4239971f373399f /config.inc.php.example
parent62ec6cf50dd513f2cde97dc210d4b2a7839c34d4 (diff)
downloadscuttle-4386a63ec18a96ab8bacdbdab2561561e9d35214.tar.gz
scuttle-4386a63ec18a96ab8bacdbdab2561561e9d35214.zip
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@302 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 85d1b0a..ce43007 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -34,7 +34,7 @@ $adminsCanModifyBookmarksFromOtherUsers = true; # 'true' if admin users can edi
$adminsAreAdvisedTagsFromOtherAdmins = false; # 'true' if tags from other admins are proposed to each admin (in add/edit a bookmark page). Else 'false'.
$reservedusers = array('all', 'watchlist'); # array of usernames that cannot be registered
# Antispam
-$antispamQuestion = 'name of this application (no Caps)'; # antispamQuestion: A question to avoid spam
+$antispamQuestion = 'name of this application'; # antispamQuestion: A question to avoid spam
$antispamAnswer = 'semanticscuttle'; # antispamAnswer: The answer to the question (users have to put exactly the same answer)
### Display Templates ###