Merge pull request #526 from kijin/pr/proxy-improvement

외부 요청시 프록시 설정 방식 개선
This commit is contained in:
Kijin Sung 2016-06-18 15:27:27 +09:00 committed by GitHub
commit 50a8c77097
2 changed files with 9 additions and 7 deletions

View file

@ -133,7 +133,6 @@ define('_XE_PACKAGE_', 'XE');
define('_XE_LOCATION_', 'en');
define('_XE_LOCATION_SITE_', 'https://www.xpressengine.com/');
define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/');
define('__PROXY_SERVER__', null);
define('__DEBUG__', 0);
/**