mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
화면에 표시되는 컨텐츠의 내용중 rewrite mod 사용시 상대경로로 인하여 브라우저 캐시 없이 계속 요청되는 경로를 제대로 표시하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5375 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c6f5442b82
commit
e8ec53438c
5 changed files with 26 additions and 17 deletions
|
|
@ -27,8 +27,6 @@
|
|||
require _XE_PATH_.'config/config.user.inc.php';
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @brief 디버깅 메시지 출력 (비트 값)
|
||||
* 0 : 디버그 메시지를 생성/ 출력하지 않음
|
||||
|
|
@ -113,4 +111,4 @@
|
|||
require_once(_XE_PATH_.'classes/template/TemplateHandler.class.php');
|
||||
require_once(_XE_PATH_.'classes/mail/Mail.class.php');
|
||||
if(__DEBUG__) $GLOBALS['__elapsed_class_load__'] = getMicroTime() - __ClassLoadStartTime__;
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue