mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
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:
parent
b45522cdc4
commit
8062daecf3
5 changed files with 59 additions and 35 deletions
|
|
@ -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 쿠키 이외의 값에서도 세션을 인식할 수 있도록 함(파일업로드 등에서의 문제 수정)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue