diff options
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index 55b1c24..1059bba 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -95,6 +95,10 @@ $dbname = 'scuttle'; # # 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 +# ###################################################################### $sitename = 'SemanticScuttle'; @@ -137,6 +141,8 @@ $enableCommonBookmarkDescription = true; $enableWebsiteThumbnails = true; // see above, if you gain profit with your pages +$sizeSearchHistory = 10; + include_once('debug.inc.php'); ?> |