diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-14 21:22:00 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-14 21:22:00 +0100 |
commit | fd9132936cfccf95b16a8d4e5e6a10798fa7ca0d (patch) | |
tree | d669f53ba5879bf48393ca24bf5b36fff5bbea9c | |
parent | ced574c2b39982872bb587f0fdb9ad0009faf261 (diff) | |
download | pykolab-fd9132936cfccf95b16a8d4e5e6a10798fa7ca0d.tar.gz |
Rename template (#2454)
-rw-r--r-- | share/templates/roundcubemail/libkolab.inc.php.tpl (renamed from share/templates/roundcubemail/kolab.inc.php.tpl) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/kolab.inc.php.tpl b/share/templates/roundcubemail/libkolab.inc.php.tpl index 05711ef..1e5ff60 100644 --- a/share/templates/roundcubemail/kolab.inc.php.tpl +++ b/share/templates/roundcubemail/libkolab.inc.php.tpl @@ -8,6 +8,7 @@ \$config['kolab_cache'] = true; + \$config['kolab_ssl_verify_host'] = false; \$config['kolab_ssl_verify_peer'] = false; \$config['kolab_use_subscriptions'] = true; |