git-svn-id: http://xe-core.googlecode.com/svn/trunk@97 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 13:56:40 +00:00
parent f598c04a93
commit 50a2a72ce4

View file

@ -23,8 +23,8 @@
require_once("./config/config.inc.php");
/**
* @brief Context 객체를 생성하여 초기화\n
* 모든 Request Argument/ 환경변수등을 세팅
* @brief Context 객체를 생성하여 초기화
* 모든 Request Argument/ 환경변수등을 세팅
**/
$oContext = &Context::getInstance();
$oContext->init();