diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-04-05 13:44:49 +0300 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-04-05 13:44:49 +0300 |
commit | adb8197c0b7801f5b739eba2e6ce24a3f9aad27b (patch) | |
tree | e5187deea11834414ba68951d92641d9e0c35926 /config | |
parent | c745bfa821480484924d4e632acf79a2d98aefb9 (diff) | |
download | nextcloud-server-adb8197c0b7801f5b739eba2e6ce24a3f9aad27b.tar.gz nextcloud-server-adb8197c0b7801f5b739eba2e6ce24a3f9aad27b.zip |
Update config.sample.php
clarify documentation. Fixes https://github.com/owncloud/core/issues/2624
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 95be5a9f012..9b7d8e5c38d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -56,10 +56,10 @@ $CONFIG = array( /* Theme to use for ownCloud */ "theme" => "", -/* Path to the 3rdparty directory */ +/* Path to the parent directory of the 3rdparty directory */ "3rdpartyroot" => "", -/* URL to the 3rdparty directory, as seen by the browser */ +/* URL to the parent directory of the 3rdparty directory, as seen by the browser */ "3rdpartyurl" => "", /* Default app to load on login */ |