diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-11 12:36:23 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-11 12:36:23 +0000 |
commit | 7428a3467c28756c7d8c3ad848753aa2fcac3065 (patch) | |
tree | 1ba78e2badf24f8cc5c943d5dbf901d28f86f308 /config.inc.php.example | |
parent | 3707bd1bd37865f6698cf582882df4b81a9d5549 (diff) | |
download | semanticscuttle-7428a3467c28756c7d8c3ad848753aa2fcac3065.tar.gz semanticscuttle-7428a3467c28756c7d8c3ad848753aa2fcac3065.tar.bz2 |
New feature: website thumbnail
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@62 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index f6f7e45..1adc740 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -91,6 +91,8 @@ $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/) +# ###################################################################### $sitename = 'SemanticScuttle'; @@ -131,5 +133,8 @@ $antispamAnswer = 'semanticscuttle'; $enableCommonTagDescription = true; $enableCommonBookmarkDescription = true; +$enableWebsiteThumbnails = true; // see above, if you gain profit with your pages + + include_once('debug.inc.php'); ?> |