From 2cf945f17f2001f37c71d1fb8fdba80a79457d5f Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 8 Aug 2013 16:26:00 +0100 Subject: Disable http_authentication and listcommands plugins by default --- share/templates/roundcubemail/main.inc.php.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index 9fe7f81..0f75834 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -90,7 +90,7 @@ 'acl', 'archive', 'calendar', - 'http_authentication', + // 'http_authentication', 'jqueryui', 'kolab_activesync', 'kolab_addressbook', @@ -99,7 +99,7 @@ 'kolab_folders', 'libkolab', 'libcalendaring', - 'listcommands', + // 'listcommands' 'managesieve', 'newmail_notifier', 'odfviewer', -- cgit v1.1