Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 5018f122aa0648dfb5eaf6a20c6e2bb5 > files > 1

roundcubemail-plugin-kolab_files-3.3.0-0.git20151218.3.mga7.noarch.rpm

<?php

// URL of kolab-chwala installation
$config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';

// List of files list columns. Available are: name, size, mtime, type
$config['kolab_files_list_cols'] = array('name', 'mtime', 'size');

// Name of the column to sort files list by
$config['kolab_files_sort_col'] = 'name';

// Order of the files list sort
$config['kolab_files_sort_order'] = 'asc';

// Number of concurent requests for searching and collections listing. Default: 1
$config['kolab_files_search_threads'] = 1;

?>