Improve the defaults for the kolab_files plugin configuration
This commit is contained in:
parent
1857a64d4f
commit
2da1cfcbf1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// URL of kolab-chwala installation
|
// 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
|
// List of files list columns. Available are: name, size, mtime, type
|
||||||
$rcmail_config['kolab_files_list_cols'] = array('name', 'mtime', 'size');
|
$rcmail_config['kolab_files_list_cols'] = array('name', 'mtime', 'size');
|
||||||
|
|
Loading…
Add table
Reference in a new issue