mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Merge branch 'master' into develop
This commit is contained in:
commit
5b61879f82
1 changed files with 0 additions and 14 deletions
|
|
@ -380,20 +380,6 @@ class ModuleHandler extends Handler
|
||||||
$kind = 'admin';
|
$kind = 'admin';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($kind == 'admin')
|
|
||||||
{
|
|
||||||
$oMemberController = ModuleHandler::getModuleInstance('member', 'controller');
|
|
||||||
if(!$validate_session)
|
|
||||||
{
|
|
||||||
$this->error = 'security_invalid_session';
|
|
||||||
$oMessageObject = ModuleHandler::getModuleInstance('message', 'view');
|
|
||||||
$oMessageObject->setError(-1);
|
|
||||||
$oMessageObject->setMessage($this->error);
|
|
||||||
$oMessageObject->dispMessage();
|
|
||||||
return $oMessageObject;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// check REQUEST_METHOD in controller
|
// check REQUEST_METHOD in controller
|
||||||
if($type == 'controller')
|
if($type == 'controller')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue