wip avec résolution de conflits
This commit is contained in:
parent
63b2d2b256
commit
ef19ba2b72
208 changed files with 178625 additions and 192002 deletions
|
|
@ -1,12 +1,14 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* 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__) . '/vendor/autoload.php';
|
||||
|
||||
require_once dirname(__DIR__).'/config/application.php';
|
||||
require_once dirname(__DIR__) . '/config/application.php';
|
||||
|
||||
require_once ABSPATH.'wp-settings.php';
|
||||
require_once ABSPATH . 'wp-settings.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue