Files
old-new-wiaas/backend/wp-config.php
Almira Krdzic 4ee63b053c test
2018-10-21 02:40:58 +02:00

14 lines
456 B
PHP

<?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(__DIR__ . '/vendor/autoload.php');
require_once(__DIR__ . '/config/application.php');
global $wp_timer;
$wp_timer = microtime();
require_once(ABSPATH . 'wp-settings.php');