Improve the defaults for the kolab_files plugin configuration

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2013-05-07 16:35:34 +01:00
parent 1857a64d4f
commit 2da1cfcbf1

View file

@ -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');