mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6469 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b05a9f5431
commit
92163eff64
1 changed files with 1 additions and 9 deletions
10
index.php
10
index.php
|
|
@ -46,17 +46,9 @@
|
||||||
$oContext->init();
|
$oContext->init();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief SSO 인증 확인이 불필요할때 모듈 동작
|
* @brief default_url 이 설정되어 있고 현재 url이 default_url과 다르면 SSO인증을 위한 rediret 시도 후 모듈 동작
|
||||||
**/
|
**/
|
||||||
if($oContext->checkSSO()) {
|
if($oContext->checkSSO()) {
|
||||||
/**
|
|
||||||
* ModuleHandler 객체를 생성/ 실행
|
|
||||||
* 모듈 핸들러는 Request Argument를 바탕으로 모듈을 찾아서\n
|
|
||||||
* 객체를 생성하고 기본 정보를 setting 해준다.\n
|
|
||||||
* ModuleHandler는 이 외에도 설치가 되어 있는지에 대한 체크를\n
|
|
||||||
* 하여 미설치시 Install 모듈을 실행하도록 한다\n
|
|
||||||
* 그리고 해당 모듈을 실행후 컨텐츠를 출력한다\n
|
|
||||||
**/
|
|
||||||
$oModuleHandler = new ModuleHandler();
|
$oModuleHandler = new ModuleHandler();
|
||||||
if($oModuleHandler->init()) {
|
if($oModuleHandler->init()) {
|
||||||
$oModule = &$oModuleHandler->procModule();
|
$oModule = &$oModuleHandler->procModule();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue