diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-20 23:09:19 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-08-20 23:09:19 +0200 |
commit | 2acc8266336a0bdbe9844e0209d5c779ad6f6113 (patch) | |
tree | f55b8f8a9a55c1925c6708ab87f818e6282ce4f0 /share | |
parent | 53a453ad3a221331dbae9ed148c3bedecbc0015e (diff) | |
download | pykolab-2acc8266336a0bdbe9844e0209d5c779ad6f6113.tar.gz |
Change the default location of chwala
Diffstat (limited to 'share')
-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 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'); |