From f2e18d496e5c5718c3d3557ce8321d464adc42fe Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Mon, 23 Apr 2018 15:06:38 +0200
Subject: Remove unused config option

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
---
 config/config.sample.php | 6 ------
 1 file changed, 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
@@ -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
-- 
cgit v1.2.3