src/web/wp-config.php
author Riwad Salim <riwad.salim@yahoo.fr>
Fri, 23 Aug 2019 17:40:43 +0200
changeset 34 9f81d25bdfd1
parent 2 8bfef8029c17
permissions -rw-r--r--
Added tag 0.5 for changeset a1ed6f85c11b

<?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';