diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-14 17:59:49 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-14 17:59:49 +0200 |
commit | dc061bae42293df936c138f0db32fb6d308042f6 (patch) | |
tree | b0ac55ad219e8e23cdc4db5a0346b72bb6a1464e /config | |
parent | 5911ce530b003d46348f59e9280b610f684de85a (diff) | |
download | nextcloud-server-dc061bae42293df936c138f0db32fb6d308042f6.tar.gz nextcloud-server-dc061bae42293df936c138f0db32fb6d308042f6.zip |
Kill movable 3rdparty
Diffstat (limited to 'config')
-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. */ |