1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update config.inc.php

This commit is contained in:
ericgaspar 2021-08-18 19:19:23 +02:00
parent 51efcc2604
commit 80d82e205e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -193,7 +193,7 @@ $config['ldapAliasSync'] = array(
// LOCAL CONFIGURATION
// ----------------------------------
$local_config = dirname(__FILE__) . '/local.inc.php';
$local_config = dirname(__FILE__) . 'local.inc.php';
if (file_exists($local_config)) {
include $local_config;
}