From 4386a63ec18a96ab8bacdbdab2561561e9d35214 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 27 Feb 2009 10:57:08 +0000 Subject: git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@302 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php.example') 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 ### -- cgit v1.2.3