summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2009-03-05 09:23:36 +0000
committerGravatar mensonge2009-03-05 09:23:36 +0000
commitf14f1024fea1445deb687dc3f67530e579907809 (patch)
tree9c3ca8e4419d1fd422fed8b547419cdd65cbaccf /config.inc.php.example
parent0425a9c806dcf512a59f1bd8b1d413ff111e69e8 (diff)
downloadscuttle-f14f1024fea1445deb687dc3f67530e579907809.tar.gz
scuttle-f14f1024fea1445deb687dc3f67530e579907809.zip
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@305 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index ce43007..20711ac 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! Social bookmarking for small communities.'; # The welcome message of this site
-$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 '/');
+$root = NULL; # Set to NULL to autodetect the root url of the website. If your installation is into a subdirectory like "http://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