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:
parent
51efcc2604
commit
80d82e205e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue