Merge pull request #9844 from nextcloud/backport/9276/remove-unused-config-sample
[stable13] Remove unused config option
This commit is contained in:
commit
f43fb0d5d0
|
@ -638,12 +638,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
|
||||
|
|
Loading…
Reference in New Issue