Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-04-14 18:59:49 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-14 18:59:49 +0300
commitdc061bae42293df936c138f0db32fb6d308042f6 (patch)
treeb0ac55ad219e8e23cdc4db5a0346b72bb6a1464e /config
parent5911ce530b003d46348f59e9280b610f684de85a (diff)
Kill movable 3rdparty
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php15
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.
*/