mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Windows 서버에서도 정상 작동할 수 있도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4296 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3e16c60b14
commit
fdd83f5691
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
/**
|
||||
* @brief zbXE가 설치된 장소의 base path를 구함
|
||||
**/
|
||||
define('_XE_PATH_', str_replace('config/config.inc.php','',__FILE__));
|
||||
define('_XE_PATH_', str_replace('config/config.inc.php', '', str_replace('\\', '/', __FILE__)));
|
||||
|
||||
/**
|
||||
* @brief 간단하게 사용하기 위한 함수 정의한 파일 require
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue