From 0002763f794dedc20007b92e157b3903cfe9db24 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 15 Apr 2016 03:35:16 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 493301972..7e43aa9e7 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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' =>