Issue #2280383 by andypost: Fixed settings.local.php after new bootstrap.

8.0.x
Alex Pott 2014-06-08 21:13:51 -05:00
parent ab2df006c2
commit eb3e7866ad
1 changed files with 2 additions and 2 deletions

View File

@ -621,6 +621,6 @@ ini_set('session.cookie_lifetime', 2000000);
*
* Keep this code block at the end of this file to take full effect.
*/
# if (file_exists(DRUPAL_ROOT . '/' . $conf_path . '/settings.local.php')) {
# include DRUPAL_ROOT . '/' . $conf_path . '/settings.local.php';
# if (file_exists(__DIR__ . '/settings.local.php')) {
# include __DIR__ . '/settings.local.php';
# }