diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-08 16:26:00 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-08 16:26:00 +0100 |
commit | 2cf945f17f2001f37c71d1fb8fdba80a79457d5f (patch) | |
tree | 4c4ccc2ae39ea8a6aee58e29f587e3b32591fa93 /share | |
parent | 1a75eb26893928bebcb258da49ebed0d9052be56 (diff) | |
download | pykolab-2cf945f17f2001f37c71d1fb8fdba80a79457d5f.tar.gz |
Disable http_authentication and listcommands plugins by default
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/main.inc.php.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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', |