src/web/wp-config.php
changeset 7 81d22971b333
equal deleted inserted replaced
6:6c5696673f1c 7:81d22971b333
       
     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';