Point to the correct URL by default
This commit is contained in:
parent
0be227c6ba
commit
5fb9cbc68a
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue