Fix #1368 broken links to www.xpressengine.com

This commit is contained in:
Kijin Sung 2020-07-31 13:54:04 +09:00
parent 3f620481cf
commit 45c6e42360
8 changed files with 12 additions and 12 deletions

View file

@ -141,7 +141,7 @@ define('__ZBXE_VERSION__', RX_VERSION);
define('_XE_PATH_', RX_BASEDIR);
define('_XE_PACKAGE_', 'XE');
define('_XE_LOCATION_', 'en');
define('_XE_LOCATION_SITE_', 'https://www.xpressengine.com/');
define('_XE_LOCATION_SITE_', 'https://xe1.xpressengine.com/');
define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/');
define('__DEBUG__', 0);