Skip to content
Snippets Groups Projects
Commit 4410ca50 authored by Carla Schroder's avatar Carla Schroder Committed by Thomas Müller
Browse files

add example for 3rdparty configuration

parent 9fbd3fa6
Branches
No related tags found
No related merge requests found
...@@ -610,6 +610,8 @@ $CONFIG = array( ...@@ -610,6 +610,8 @@ $CONFIG = array(
* ownCloud uses some 3rd party PHP components to provide certain functionality. * ownCloud uses some 3rd party PHP components to provide certain functionality.
* These components are shipped as part of the software package and reside in * These components are shipped as part of the software package and reside in
* ``owncloud/3rdparty``. Use this option to configure a different location. * ``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' => '', '3rdpartyroot' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment