diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-06-01 13:17:54 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-06-01 13:17:54 +0000 |
commit | 05602d9aaf42e2e678182b02d091c07434ea614d (patch) | |
tree | 30a0a0944c4d3e84716d6abbd888daa727eebd68 /config.inc.php.example | |
parent | e15b77aa6e74cb88e7a094a95e5173d961096641 (diff) | |
download | semanticscuttle-05602d9aaf42e2e678182b02d091c07434ea614d.tar.gz semanticscuttle-05602d9aaf42e2e678182b02d091c07434ea614d.tar.bz2 |
New feature: add Google Custom Search into gsearch folder
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@133 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index cf0fed0..7b9eff9 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -9,7 +9,7 @@ #### System #### $sitename = 'SemanticScuttle'; #The name of this site. $welcomeMessage = 'Welcome to SemanticScuttle! More than a social bookmarking tool.'; # The welcome message of this site -$root = NULL; # Set to NULL to autodetect the root url of the website +$root = NULL; # Set to NULL to autodetect the root url of the website. If your installation is into a subdirectory like "www.example.com/semanticscuttle/" then replace NULL by your address (between "" and with final '/'); $locale = 'en_GB'; #locale used in /locales/ {de_DE en_GB fr_FR ...} $usecache = false; # use cache ? {true,false} $dir_cache = dirname(__FILE__) .'/cache/'; # directory where cache files will be stored @@ -77,6 +77,7 @@ $maxSizeMenuBlock = 7; # maximum number of items (tags) appearing into menu box ### Other ### $sizeSearchHistory = 10; # number of users' searches that are saved {1..10[Default]..-1[Unlimited]} +$enableGoogleCustomSearch = true; #Enable Google Search Engine into "gsearch/" folder include_once('debug.inc.php'); ?> |