From 1ba0909aa411de98f762fc8f63e0927c9f4ed6dd Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 8 Feb 2014 12:46:42 +0100 Subject: Make sure the kolab_auth plugin is loaded first, so it can disable the loading of other plugins --- share/templates/roundcubemail/config.inc.php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl index 74b75ff..68e5a64 100644 --- a/share/templates/roundcubemail/config.inc.php.tpl +++ b/share/templates/roundcubemail/config.inc.php.tpl @@ -45,13 +45,13 @@ // Plugins \$config['plugins'] = array( + 'kolab_auth', 'acl', 'archive', 'calendar', 'jqueryui', 'kolab_activesync', 'kolab_addressbook', - 'kolab_auth', 'kolab_config', 'kolab_files', 'kolab_folders', -- cgit v1.1