Popravljen settings php, gitignore

master
kompot r00t 2021-10-28 17:52:49 +02:00
parent 2c80e53d93
commit cb4c625853
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
data/*
vendor/*
web/sites/default/files/php
web/sites/default/settings.local.php
web/sites/default/settings.ddev.php

View File

@ -775,6 +775,6 @@ 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';
}