diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-02-08 12:46:42 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-02-08 12:46:42 +0100 |
commit | 1ba0909aa411de98f762fc8f63e0927c9f4ed6dd (patch) | |
tree | b4c8922aaec93a4ab69dbdf80b5dfe513dfc5b30 /share/templates/roundcubemail/config.inc.php.tpl | |
parent | 0cef92ce7a8584e7353ddd26e88043025a905a98 (diff) | |
download | pykolab-1ba0909aa411de98f762fc8f63e0927c9f4ed6dd.tar.gz |
Make sure the kolab_auth plugin is loaded first, so it can disable the loading of other plugins
Diffstat (limited to 'share/templates/roundcubemail/config.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/config.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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', |