#18591512 관리자 모듈 스크립트 정리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7118 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-01-05 05:16:39 +00:00
parent a0b4c0cf1c
commit 43a4e760c0
3 changed files with 13 additions and 26 deletions

View file

@ -47,6 +47,8 @@
function procAdminLogout() {
$oMemberController = &getController('member');
$oMemberController->procMemberLogout();
header('Location: '.getUrl('module','admin','act',''));
}
}
?>
?>