share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Aug 20 23:09:47 CEST 2013


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

New commits:
commit 2acc8266336a0bdbe9844e0209d5c779ad6f6113
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Aug 20 23:09:19 2013 +0200

    Change the default location of chwala

diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl
index 1d5adda..effa1d9 100644
--- a/share/templates/roundcubemail/kolab_files.inc.php.tpl
+++ b/share/templates/roundcubemail/kolab_files.inc.php.tpl
@@ -1,7 +1,7 @@
 <?php
 
 // URL of kolab-chwala installation
-\$config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';
+\$config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/chwala/';
 
 // List of files list columns. Available are: name, size, mtime, type
 \$config['kolab_files_list_cols'] = array('name', 'mtime', 'size');




More information about the commits mailing list