adding missing wp-config file 0.4
authorymh <ymh.work@gmail.com>
Mon, 09 Dec 2019 11:32:04 +0100
changeset 7 81d22971b333
parent 6 6c5696673f1c
child 8 5617a61bc790
adding missing wp-config file
src/web/wp-config.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/web/wp-config.php	Mon Dec 09 11:32:04 2019 +0100
@@ -0,0 +1,9 @@
+<?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';