Windows 서버에서도 정상 작동할 수 있도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4296 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
wdlee91 2008-06-18 11:50:02 +00:00
parent 3e16c60b14
commit fdd83f5691

View file

@ -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