share/templates

Daniel Hoffend hoffend at kolabsys.com
Tue Feb 24 10:42:00 CET 2015


 share/templates/roundcubemail/libkolab.inc.php.tpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c031071888487b5ab2d3d4501e8583e15f7ed6ce
Author: Daniel Hoffend <dh at dotlan.net>
Date:   Tue Feb 24 10:41:54 2015 +0100

    set default kolab_freebusy_server to /freebusy

diff --git a/share/templates/roundcubemail/libkolab.inc.php.tpl b/share/templates/roundcubemail/libkolab.inc.php.tpl
index 1e5ff60..cd34d07 100644
--- a/share/templates/roundcubemail/libkolab.inc.php.tpl
+++ b/share/templates/roundcubemail/libkolab.inc.php.tpl
@@ -1,6 +1,6 @@
 <?php
 
-    \$config['kolab_freebusy_server'] = 'http://' . \$_SERVER["HTTP_HOST"] . '/freebusy';
+    \$config['kolab_freebusy_server'] = '/freebusy';
 
     if (file_exists(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__))) {
         include_once(RCUBE_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__));




More information about the commits mailing list