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
This commit is contained in:
parent
8a5eff65f3
commit
a6a69c4a2e
1 changed files with 3 additions and 4 deletions
|
@ -93,8 +93,6 @@ $dbname = 'scuttle';
|
||||||
# enableCommonTagDescription : true or false
|
# enableCommonTagDescription : true or false
|
||||||
# enableCommonBookmarkDescription : 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
|
# sizeSearchHistory : the number of users' searches that are saved
|
||||||
# 10 [Default]
|
# 10 [Default]
|
||||||
# -1 Unlimited
|
# -1 Unlimited
|
||||||
|
@ -139,8 +137,9 @@ $antispamAnswer = 'semanticscuttle';
|
||||||
$enableCommonTagDescription = true;
|
$enableCommonTagDescription = true;
|
||||||
$enableCommonBookmarkDescription = 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;
|
$sizeSearchHistory = 10;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue