1
0
Fork 0
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:
ericgaspar 2021-03-08 22:14:17 +01:00
parent 173efe6162
commit dc796b336f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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';
}