diff options
author | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-26 13:58:13 +0000 |
---|---|---|
committer | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-26 13:58:13 +0000 |
commit | a6a69c4a2e5130e92cf56a95f3c74ff534299aea (patch) | |
tree | 8353595e64ac42032964b816b04f088018ebec54 | |
parent | 8a5eff65f3ec33d40bc8687f33ff3ff167648b9b (diff) | |
download | semanticscuttle-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
-rw-r--r-- | config.inc.php.example | 7 |
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; |