aboutsummaryrefslogtreecommitdiff
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-26 13:58:13 +0000
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-26 13:58:13 +0000
commita6a69c4a2e5130e92cf56a95f3c74ff534299aea (patch)
tree8353595e64ac42032964b816b04f088018ebec54 /config.inc.php.example
parent8a5eff65f3ec33d40bc8687f33ff3ff167648b9b (diff)
downloadsemanticscuttle-a6a69c4a2e5130e92cf56a95f3c74ff534299aea.tar.gz
semanticscuttle-a6a69c4a2e5130e92cf56a95f3c74ff534299aea.tar.bz2
minor change : move enableWebsiteThumbnails explanations to variable assignation
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@88 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index 1059bba..a965c73 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -93,8 +93,6 @@ $dbname = 'scuttle';
# enableCommonTagDescription : true or false
# enableCommonBookmarkDescription : true or false
#
-# enableWebsiteThumbnails : true or false. According to artviper.net license, buy a license if you gain profit with your pages. (see http://www.websitethumbnail.de/)
-#
# sizeSearchHistory : the number of users' searches that are saved
# 10 [Default]
# -1 Unlimited
@@ -139,8 +137,9 @@ $antispamAnswer = 'semanticscuttle';
$enableCommonTagDescription = true;
$enableCommonBookmarkDescription = true;
-$enableWebsiteThumbnails = true; // see above, if you gain profit with your pages
-
+# enableWebsiteThumbnails : true or false.
+# According to artviper.net license, buy a license if you gain profit with your pages. (see http://www.websitethumbnail.de/)
+$enableWebsiteThumbnails = true;
$sizeSearchHistory = 10;