Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

Authored By
Unknown
Size
453 B
Referenced Files
None
Subscribers
None

config.inc.php.dist

<?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';
?>

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 11:40 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831605
Default Alt Text
config.inc.php.dist (453 B)

Event Timeline