Stop overriding the config path
This commit is contained in:
parent
b94c0ac1a6
commit
314ba711af
2 changed files with 5 additions and 3 deletions
|
@ -761,3 +761,7 @@ $settings["config_sync_directory"] = '../config/default';
|
|||
if (isset($_SERVER['SYMFONY_DEFAULT_ROUTE_URL']) && file_exists(__DIR__ . '/environments/settings.symfony.php')) {
|
||||
require_once __DIR__ . '/environments/settings.symfony.php';
|
||||
}
|
||||
|
||||
if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
|
||||
include $app_root . '/' . $site_path . '/settings.local.php';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue