diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-04-23 16:29:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 16:29:06 +0200 |
commit | 351255b216a631f39c2a6816e34a28d144869bce (patch) | |
tree | 45765996e7d5a2d29a3299e217c39bcebfde7434 | |
parent | 05a6b71a612b2f364f1c3c441b56e8dfe6480b16 (diff) | |
parent | f2e18d496e5c5718c3d3557ce8321d464adc42fe (diff) | |
download | nextcloud-server-351255b216a631f39c2a6816e34a28d144869bce.tar.gz nextcloud-server-351255b216a631f39c2a6816e34a28d144869bce.zip |
Merge pull request #9276 from nextcloud/remove-unused-config-sample
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 b0ed2e7aa67..c9b9c9a1ede 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -639,12 +639,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/ |