Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

config.inc.php.dist

<?php
// URL of kolab-chwala installation
$rcmail_config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';
// 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';
// Number of concurent requests for searching and collections listing. Default: 1
$rcmail_config['kolab_files_search_threads'] = 1;
?>

File Metadata

Mime Type
text/x-php
Expires
Mon, Aug 25, 6:10 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227939
Default Alt Text
config.inc.php.dist (584 B)

Event Timeline