summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2008-05-17 13:11:08 +0000
committerGravatar mensonge2008-05-17 13:11:08 +0000
commit0348f920fd17d94199af4833bc28183a6343f4ea (patch)
treeb62c907c1cd1292ecfc9cc3f792022ba6a7cdd0a /config.inc.php.example
parentd2d8ddfca42b46a520c0683e0f5795fa72af4d5c (diff)
downloadscuttle-0348f920fd17d94199af4833bc28183a6343f4ea.tar.gz
scuttle-0348f920fd17d94199af4833bc28183a6343f4ea.zip
Fix: remove unuseful variable 'cookieprefix' (since INSTALLATION constant)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@131 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index 56b5674..cf0fed0 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -11,12 +11,10 @@ $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
$locale = 'en_GB'; #locale used in /locales/ {de_DE en_GB fr_FR ...}
-$cookieprefix = 'SEMANTICSCUTTLE'; # cookieprefix : The prefix to use for the cookies on the site
$usecache = false; # use cache ? {true,false}
$dir_cache = dirname(__FILE__) .'/cache/'; # directory where cache files will be stored
$cleanurls = false; # Use mod_rewrite to hide PHP extensions {true,false[default]}
-# be cautious, doesn't work for all hosts, you may need to modify the .htaccess file
-$cookieprefix = 'SCUTTLE'; # prefix used for cookies
+ # be cautious, doesn't work for all hosts, you may need to modify the .htaccess file
#### Database ####
$dbtype = 'mysql4'; # Database driver {mysql, mysqli, mysql4, oracle, postgres, sqlite, db2, firebird, mssql, mssq-odbc}