mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Support HTTPS connection from server to server and server to cilent. 다양한 환경에서 적용하기 위해서 SSL 호스트 검증은 하지 못할듯 합니다. -- curl 이라면 가능하다고는 하는데..
7 lines
254 B
PHP
7 lines
254 B
PHP
<?php
|
|
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
|
|
define('_XE_PACKAGE_', 'XE');
|
|
define('_XE_LOCATION_', 'ko');
|
|
define('_XE_LOCATION_SITE_', 'https://www.xpressengine.com/');
|
|
define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/');
|