plugins/kolab_files

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue May 7 17:36:00 CEST 2013


 plugins/kolab_files/config.inc.php.dist |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2da1cfcbf17a30dd4705392b5f7ee2523abe398b
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue May 7 16:35:34 2013 +0100

    Improve the defaults for the kolab_files plugin configuration

diff --git a/plugins/kolab_files/config.inc.php.dist b/plugins/kolab_files/config.inc.php.dist
index 29ec6f0..0c9704c 100644
--- a/plugins/kolab_files/config.inc.php.dist
+++ b/plugins/kolab_files/config.inc.php.dist
@@ -1,7 +1,7 @@
 <?php
 
 // URL of kolab-chwala installation
-$rcmail_config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';
+$rcmail_config['kolab_files_url'] = 'https://' . $_SERVER["HTTP_HOST"] . '/chwala';
 
 // List of files list columns. Available are: name, size, mtime, type
 $rcmail_config['kolab_files_list_cols'] = array('name', 'mtime', 'size');





More information about the commits mailing list