diff --git a/web/sites/default/settings.php b/web/sites/default/settings.php index fb77834..21fdd10 100755 --- a/web/sites/default/settings.php +++ b/web/sites/default/settings.php @@ -774,7 +774,7 @@ if (file_exists(__DIR__ . '/settings.ddev.php') && getenv('IS_DDEV_PROJECT') == * * Keep this code block at the end of this file to take full effect. */ -# -# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) { -# include $app_root . '/' . $site_path . '/settings.local.php'; -# } + +if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) { + include $app_root . '/' . $site_path . '/settings.local.php'; +}