require_once()를 상황에 따라 속도가 빠른 require()로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-11-17 02:09:58 +00:00
parent 90f8534df4
commit 75a45b4bb8
2 changed files with 18 additions and 18 deletions

View file

@ -36,7 +36,7 @@
/**
* @brief 필요한 설정 파일들을 include
**/
require_once('./config/config.inc.php');
require('./config/config.inc.php');
/**
* @brief Context 객체를 생성하여 초기화