From eaea25acee293deb4d4abde59dc9d7697cbca1ff Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 24 Aug 2021 11:51:04 +0200 Subject: [PATCH] remove carddav plugin --- rootfs/etc/confd/templates/config.inc.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.inc.php.tmpl b/rootfs/etc/confd/templates/config.inc.php.tmpl index 5ce2dbc..221f68f 100644 --- a/rootfs/etc/confd/templates/config.inc.php.tmpl +++ b/rootfs/etc/confd/templates/config.inc.php.tmpl @@ -35,7 +35,7 @@ $config['username_domain'] = '%d'; $config['username_domain_forced'] = true; $config['password_charset'] = 'UTF-8'; -$config['plugins'] = array('archive', 'zipdownload', 'carddav'); +$config['plugins'] = array('archive', 'zipdownload'); $config['spellcheck_engine'] = 'pspell'; $config['default_charset'] = 'UTF-8';