mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
require_once()를 상황에 따라 속도가 빠른 require()로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
90f8534df4
commit
75a45b4bb8
2 changed files with 18 additions and 18 deletions
|
|
@ -36,7 +36,7 @@
|
|||
/**
|
||||
* @brief 필요한 설정 파일들을 include
|
||||
**/
|
||||
require_once('./config/config.inc.php');
|
||||
require('./config/config.inc.php');
|
||||
|
||||
/**
|
||||
* @brief Context 객체를 생성하여 초기화
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue