LAW-3610 - new WP QA config

This commit is contained in:
g
2020-10-19 14:17:53 +03:00
parent f31545b766
commit d984bc457a
3 changed files with 915 additions and 3 deletions

View File

@@ -18,6 +18,8 @@
* @package WordPress
*/
require_once __DIR__ . '/wp-content/vendor/autoload.php';
if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
include( dirname( __FILE__ ) . '/wp-config-local.php' );
} else {