diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-20 10:20:05 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-08-20 10:20:05 (GMT) |
commit | 172545ebeba5c73cbb502fcae859b27df7aafed2 (patch) | |
tree | 6506e383ecd29460a0ba51b3363f46759a43e0df | |
parent | cd3c4acd667c7cfe4366e3a044fa2126d8d7c079 (diff) | |
download | pykolab-172545ebeba5c73cbb502fcae859b27df7aafed2.tar.gz |
Set the URL to files to '/chwala/' (#2436)
-rw-r--r-- | share/templates/roundcubemail/kolab_files.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl index 1c5fced..bcdaccc 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'] = 'http://' . \$_SERVER['HTTP_HOST'] . '/chwala/'; +\$config['kolab_files_url'] = '/chwala/'; // List of files list columns. Available are: name, size, mtime, type \$config['kolab_files_list_cols'] = array('name', 'mtime', 'size'); |