generate documentation from config.sample.php

This commit is contained in:
Morris Jobke 2016-04-15 03:35:16 +02:00
parent 2119ef8391
commit 0002763f79

View File

@ -734,24 +734,6 @@ Alternate Code Locations
Some of the ownCloud code may be stored in alternate locations.
::
'3rdpartyroot' => '',
ownCloud uses some 3rd party PHP components to provide certain functionality.
These components are shipped as part of the software package and reside in
``owncloud/3rdparty``. Use this option to configure a different location.
For example, if your location is /var/www/owncloud/foo/3rdparty, then the
correct configuration is '3rdpartyroot' => '/var/www/owncloud/foo/',
::
'3rdpartyurl' => '',
If you have an alternate ``3rdpartyroot``, you must also configure the URL as
seen by a Web browser.
::
'customclient_desktop' =>