diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-14 10:32:00 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-14 10:32:00 +0000 | 
| commit | 219888d4899fa1704452ed7169b718f6766aaa07 (patch) | |
| tree | 5584dabf3b28af36af08ebbb55878fdf06103a29 /config.inc.php.example | |
| parent | 6ab15b1c291b35bcb2564ae5a20e10ef19a208e9 (diff) | |
| download | semanticscuttle-219888d4899fa1704452ed7169b718f6766aaa07.tar.gz semanticscuttle-219888d4899fa1704452ed7169b718f6766aaa07.tar.bz2  | |
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
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');  ?>  | 
