change cdn feature

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9017 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-09-04 08:48:26 +00:00
parent b45522cdc4
commit 8062daecf3
5 changed files with 59 additions and 35 deletions

View file

@ -21,9 +21,14 @@
define('_XE_PATH_', str_replace('config/config.inc.php', '', str_replace('\\', '/', __FILE__)));
/**
* @brief CDN domain
* @brief CDN prefix
**/
define('__XE_CDN__', 'http://static.xpressengine.com/');
define('__XE_CDN_PREFIX__', 'http://static.xpressengine.com/core/');
/**
* @brief CDN version
**/
define('__XE_CDN_VERSION__', '1.0');
/**
* @brief 쿠키 이외의 값에서도 세션을 인식할 있도록 (파일업로드 등에서의 문제 수정)