author | ymh <ymh.work@gmail.com> |
Mon, 09 Dec 2019 11:32:04 +0100 | |
changeset 7 | 81d22971b333 |
permissions | -rw-r--r-- |
7 | 1 |
<?php |
2 |
/** |
|
3 |
* Do not edit this file. Edit the config files found in the config/ dir instead. |
|
4 |
* This file is required in the root directory so WordPress can find it. |
|
5 |
* WP is hardcoded to look in its own directory or one directory up for wp-config.php. |
|
6 |
*/ |
|
7 |
require_once dirname(__DIR__) . '/vendor/autoload.php'; |
|
8 |
require_once dirname(__DIR__) . '/config/application.php'; |
|
9 |
require_once ABSPATH . 'wp-settings.php'; |