Include settings.local.php (so settings load on Drutopia)

This commit is contained in:
Chris Thompson 2022-12-16 17:54:01 -05:00
parent eb5d8c99df
commit f1cbdb8846

View file

@ -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. * Keep this code block at the end of this file to take full effect.
*/ */
#
# if (file_exists($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'; include $app_root . '/' . $site_path . '/settings.local.php';
# } }