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 /constants.inc.php | |
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 'constants.inc.php')
-rw-r--r-- | constants.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants.inc.php b/constants.inc.php index 256ea2a..cadaffa 100644 --- a/constants.inc.php +++ b/constants.inc.php @@ -13,8 +13,7 @@ define('PAGE_BOOKMARKS', "bookmarks"); // Miscellanous -// INSTALLATION_ID is based on directory path and used as prefix (in session and cookie) to prevent mutual login for different installations on the same host server -//define('INSTALLATION_ID', md5(dirname(realpath('.')))); +// INSTALLATION_ID is based on directory DB and used as prefix (in session and cookie) to prevent mutual login for different installations on the same host server define('INSTALLATION_ID', md5($GLOBALS['dbname'].$GLOBALS['tableprefix'])); ?> |