roundcubemail-plugins-kolab/plugins/kolab_files/config.inc.php.dist
2013-05-07 16:35:58 +01:00

15 lines
453 B
Text

<?php
// URL of kolab-chwala installation
$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');
// Name of the column to sort files list by
$rcmail_config['kolab_files_sort_col'] = 'name';
// Order of the files list sort
$rcmail_config['kolab_files_sort_order'] = 'asc';
?>