Only use proxy server when the constant is defined

This commit is contained in:
Kijin Sung 2016-06-18 15:07:42 +09:00
parent 0f82bc6d57
commit 6c545fce08
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);
/**