loadYaml($configFile); } if (!defined('PHPCI_URL') && !empty($config)) { define('PHPCI_URL', $config->get('phpci.url', '') . '/'); } if (!defined('PHPCI_IS_CONSOLE')) { define('PHPCI_IS_CONSOLE', false); } \PHPCensor\Helper\Lang::init($config);