From dc796b336f6c90a7b8345aeacf5413e3b5efc456 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 8 Mar 2021 22:14:17 +0100 Subject: [PATCH] Update settings.example.php --- conf/settings.example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings.example.php b/conf/settings.example.php index 3d03de9..f739b8a 100644 --- a/conf/settings.example.php +++ b/conf/settings.example.php @@ -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'; }