Update config.sample.php
clarify documentation. Fixes https://github.com/owncloud/core/issues/2624
This commit is contained in:
parent
c745bfa821
commit
adb8197c0b
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue