diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d1ad1cd38d7..c2671f9d217 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -612,21 +612,6 @@ $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' => '', - -/** - * If you have an alternate ``3rdpartyroot``, you must also configure the URL as - * seen by a Web browser. - */ -'3rdpartyurl' => '', - -/** * This section is for configuring the download links for ownCloud clients, as * seen in the first-run wizard and on Personal pages. */ |