Remove DDEV

This commit is contained in:
Oliver Davies 2021-01-20 01:48:27 +00:00
parent d656c07339
commit ebd57a2e69
6 changed files with 0 additions and 261 deletions

View file

@ -764,7 +764,3 @@ if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
include $app_root . '/' . $site_path . '/settings.local.php';
}
// Automatically generated include for settings managed by ddev.
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php') && getenv('IS_DDEV_PROJECT') == 'true') {
include $app_root . '/' . $site_path . '/settings.ddev.php';
}