Initial Commit

This commit is contained in:
David Valdez 2019-07-17 14:47:01 -05:00
parent f12d7a2aee
commit 2d5f7a8bfd
405 changed files with 29200 additions and 1 deletions

View file

@ -0,0 +1,6 @@
<?php
// #ddev-generated: Automatically generated Drupal settings file.
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
include $app_root . '/' . $site_path . '/settings.ddev.php';
}