From b3074d1c4156bd7770d0c29033da02db8d598c74 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Thu, 31 Dec 2015 22:49:11 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=A3=BC=EC=86=8C?= =?UTF-8?q?=EB=8F=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 차이는 없는거 같지만, 기본 주소도 변경 --- config/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.inc.php b/config/config.inc.php index 940f088b9..5c20dbb7c 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -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/'); } /*