Popravljen settings php, gitignore
parent
2c80e53d93
commit
cb4c625853
|
@ -1,3 +1,5 @@
|
|||
data/*
|
||||
vendor/*
|
||||
web/sites/default/files/php
|
||||
web/sites/default/settings.local.php
|
||||
web/sites/default/settings.ddev.php
|
||||
|
|
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue