add example for 3rdparty configuration

This commit is contained in:
Carla Schroder 2015-09-18 08:46:12 -07:00 committed by Thomas Müller
parent 9fbd3fa6c1
commit 4410ca5035
1 changed files with 3 additions and 1 deletions

View File

@ -610,6 +610,8 @@ $CONFIG = array(
* 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/',
*/
'3rdpartyroot' => '',