From: Frank Karlitschek Date: Fri, 5 Apr 2013 10:44:49 +0000 (+0300) Subject: Update config.sample.php X-Git-Tag: v6.0.0alpha2~959 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=adb8197c0b7801f5b739eba2e6ce24a3f9aad27b;p=nextcloud-server.git Update config.sample.php clarify documentation. Fixes https://github.com/owncloud/core/issues/2624  --- 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 */