diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-04-23 15:06:38 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-06-12 22:27:08 +0200 |
commit | 8a98b44fc434661779c4a0e72e2e73069ae2a47b (patch) | |
tree | 38ec5226dd0c60f4f15b7d8320c0be04e21e1ed0 /config | |
parent | 6945e1fae61f4aa7526da9ea4f27819f4e9f94b2 (diff) | |
download | nextcloud-server-8a98b44fc434661779c4a0e72e2e73069ae2a47b.tar.gz nextcloud-server-8a98b44fc434661779c4a0e72e2e73069ae2a47b.zip |
Remove unused config option
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'config')
-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/ |