From 219888d4899fa1704452ed7169b718f6766aaa07 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Mar 2008 10:32:00 +0000 Subject: New Feature: save searches (and display a searchhistory box) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@80 b3834d28-1941-0410-a4f8-b48e95affb8f --- config.inc.php.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.inc.php.example') 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'); ?> -- cgit v1.2.3