7 lines
129 B
Text
7 lines
129 B
Text
|
<?php
|
||
|
|
||
|
// URL of kolab-chwala installation
|
||
|
$rcmail_config['kolab_files_url'] = 'https://localhost/kolab-chwala/public_html';
|
||
|
|
||
|
?>
|