This commit is contained in:
gcch 2024-08-02 09:51:21 +02:00
commit 8e75a421d2
23 changed files with 2936 additions and 0 deletions

11
web/wp-config.php Normal file
View file

@ -0,0 +1,11 @@
<?php
/**
* Do not edit this file. Edit the config files found in the config/ dir instead.
* This file is required in the root directory so WordPress can find it.
* WP is hardcoded to look in its own directory or one directory up for wp-config.php.
*/
require_once dirname(__DIR__) . "/vendor/autoload.php";
require_once dirname(__DIR__) . "/config/application.php";
require_once ABSPATH . "wp-settings.php";
// wp-config-ddev.php not needed