diff options
-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 1f86aebc5d9..fa1c13b7a73 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/ |