diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2018-06-12 23:34:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 23:34:23 +0200 |
commit | e95435bf0d8e74b362ae6f10e68cc80c991bd1b2 (patch) | |
tree | af400847fc061331522aa0e4017a2f78fa611664 | |
parent | 00db9ec05c4f745ede8fdbc9a22a88f08b4584c6 (diff) | |
parent | 91702220345cc01a418e07eed0a5dc610bede839 (diff) | |
download | nextcloud-server-e95435bf0d8e74b362ae6f10e68cc80c991bd1b2.tar.gz nextcloud-server-e95435bf0d8e74b362ae6f10e68cc80c991bd1b2.zip |
Merge pull request #9845 from nextcloud/backport/9276/remove-unused-config-sample-12
[stable12] Remove unused config option
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b7f8bd15d07..b1c1974de44 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -632,12 +632,6 @@ $CONFIG = array( 'has_internet_connection' => true, /** - * Allows Nextcloud to verify a working WebDAV connection. This is done by - * attempting to make a WebDAV request from PHP. - */ -'check_for_working_webdav' => true, - -/** * Allows Nextcloud to verify a working .well-known URL redirects. This is done * by attempting to make a request from JS to * https://your-domain.com/.well-known/caldav/ |