diff --git a/index.php b/index.php index 2647f79aa..4b8b1d73a 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ * @brief 시작 페이지 * * zeroboard XE의 시작 페이지 @@ -44,14 +44,14 @@ /** * @brief 필요한 설정 파일들을 include **/ - require_once("./config/config.inc.php"); + require_once('./config/config.inc.php'); - /** + /** * @brief Context 객체를 생성하여 초기화 * 모든 Request Argument/ 환경변수등을 세팅 **/ - $oContext = &Context::getInstance(); - $oContext->init(); + $oContext = &Context::getInstance(); + $oContext->init(); /** * @brief ModuleHandler 객체를 생성/ 실행 @@ -66,4 +66,4 @@ $oModuleHandler->init(); $oModule = &$oModuleHandler->procModule(); $oModuleHandler->displayContent($oModule); -?> +?> \ No newline at end of file