diff --git a/index.php b/index.php index 5d00d1694..4e22923dc 100644 --- a/index.php +++ b/index.php @@ -1,61 +1,61 @@ -init(); - - /** - * @brief default_url 이 설정되어 있고 현재 url이 default_url과 다르면 SSO인증을 위한 rediret 시도 후 모듈 동작 - **/ - if($oContext->checkSSO()) { - $oModuleHandler = new ModuleHandler(); - if($oModuleHandler->init()) { - $oModule = &$oModuleHandler->procModule(); - $oModuleHandler->displayContent($oModule); - } - } - $oContext->close(); -?> +init(); + + /** + * @brief default_url 이 설정되어 있고 현재 url이 default_url과 다르면 SSO인증을 위한 rediret 시도 후 모듈 동작 + **/ + if($oContext->checkSSO()) { + $oModuleHandler = new ModuleHandler(); + if($oModuleHandler->init()) { + $oModule = &$oModuleHandler->procModule(); + $oModuleHandler->displayContent($oModule); + } + } + $oContext->close(); +?>