diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:56:53 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:56:53 +0000 |
commit | 34ff0bdd39dbd73a97e57b64744e1e3fa06d3ace (patch) | |
tree | 61dcce75d8908b332c2b002a472053ed732c668e /data | |
parent | 807df0a7249133dbf153d0243e471281d6c82ae4 (diff) | |
download | semanticscuttle-34ff0bdd39dbd73a97e57b64744e1e3fa06d3ace.tar.gz semanticscuttle-34ff0bdd39dbd73a97e57b64744e1e3fa06d3ace.tar.bz2 |
explain we cannot really run SS in a subdirectory and remove root option from dist config
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@539 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data')
-rw-r--r-- | data/config.php.dist | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 9fc37ca..6439478 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -22,19 +22,6 @@ $sitename = 'SemanticScuttle'; $welcomeMessage = 'Welcome to SemanticScuttle! Social bookmarking for small communities.'; /** - * SemanticScuttle root directory. - * - * Set to NULL to autodetect the root url of the website. - * - * If your installation is in a subdirectory like - * "http://www.example.com/semanticscuttle/" then - * replace NULL by your address (between "" and with trailing '/') - * - * @var string - */ -$root = null; - -/** * Translation from locales/ folder. * * Examples: de_DE, en_GB, fr_FR @@ -128,4 +115,9 @@ $adminemail = 'admin@example.org'; */ $admin_users = array(); + +/** +* You have completed the basic configuration! +* More options can be found in config.default.php. +*/ ?> |