mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Remove unused config option
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
00db9ec05c
commit
9170222034
1 changed files with 0 additions and 6 deletions
|
|
@ -631,12 +631,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 a new issue