Point to the correct URL by default

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2016-01-18 11:23:02 +01:00
parent 0be227c6ba
commit 5fb9cbc68a

View file

@ -1,7 +1,7 @@
<?php
// URL of kolab-chwala installation
$config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';
$config['kolab_files_url'] = '/chwala/';
// List of files list columns. Available are: name, size, mtime, type
$config['kolab_files_list_cols'] = array('name', 'mtime', 'size');