mirror of
https://github.com/YunoHost-Apps/backdrop_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update settings.example.php
This commit is contained in:
parent
173efe6162
commit
dc796b336f
1 changed files with 2 additions and 2 deletions
|
@ -434,6 +434,6 @@ $settings['backdrop_drupal_compatibility'] = TRUE;
|
|||
*
|
||||
* Keep this code block at the end of this file to take full effect.
|
||||
*/
|
||||
if (file_exists(__DIR__ . '/settings.local.php')) {
|
||||
include __DIR__ . '/settings.local.php';
|
||||
if (file_exists(__FINALPATH__ . '/settings.local.php')) {
|
||||
include __FINALPATH__ . '/settings.local.php';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue