Skip to content

Commit

Permalink
세션 검증 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 2, 2014
1 parent ecfd203 commit 3b598c9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions classes/module/ModuleHandler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,20 +377,6 @@ function procModule()
$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
if($type == 'controller')
{
Expand Down

0 comments on commit 3b598c9

Please sign in to comment.