기본 주소도 변경

차이는 없는거 같지만, 기본 주소도 변경
This commit is contained in:
MinSoo Kim 2015-12-31 22:49:11 +09:00
parent b8fd20bbae
commit b3074d1c41

View file

@ -72,12 +72,12 @@ else
/**
* Location site
*/
define('_XE_LOCATION_SITE_', 'http://www.xpressengine.com/');
define('_XE_LOCATION_SITE_', 'https://www.xpressengine.com/');
/**
* Download server
*/
define('_XE_DOWNLOAD_SERVER_', 'http://download.xpressengine.com/');
define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/');
}
/*