<?php
if ( defined( 'WP_CLI' ) && WP_CLI ) {
        require("/www/wp-config.php");
} else {
        require("${_SERVER['DOCUMENT_ROOT']}/wp-config.php");
}
require_once(ABSPATH . "wp-settings.php");
