mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
NOISSUE, rearrange some code in index.php
This commit is contained in:
parent
83f146ed36
commit
393675942f
1 changed files with 2 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ require dirname(__FILE__) . '/config/config.inc.php';
|
||||||
* @brief Initialize by creating Context object
|
* @brief Initialize by creating Context object
|
||||||
* Set all Request Argument/Environment variables
|
* Set all Request Argument/Environment variables
|
||||||
**/
|
**/
|
||||||
$oContext = &Context::getInstance();
|
$oContext = Context::getInstance();
|
||||||
$oContext->init();
|
$oContext->init();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -59,8 +59,7 @@ if($oContext->checkSSO())
|
||||||
{
|
{
|
||||||
if($oModuleHandler->init())
|
if($oModuleHandler->init())
|
||||||
{
|
{
|
||||||
$oModule = &$oModuleHandler->procModule();
|
$oModuleHandler->displayContent($oModuleHandler->procModule());
|
||||||
$oModuleHandler->displayContent($oModule);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(Exception $e)
|
catch(Exception $e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue