diff options
-rw-r--r-- | config.inc.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index 7a5fff1..a8086f5 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -8,7 +8,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 +$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 '/'); $locale = 'en_GB'; #locale used in /locales/ {de_DE en_GB fr_FR ...} $usecache = false; # use cache ? {true,false} |