mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
cafeXE 메인에서 다른 모듈의 forward action이 실행되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
939f32dd72
commit
24a1ba354a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
|
||||
|
||||
if($this->act != 'dispHomepageIndex') {
|
||||
if($this->act != 'dispHomepageIndex' || strpos($this->act,'Cafe')===false) {
|
||||
// 현재 접속 권한 체크하여 사이트 관리자가 아니면 접근 금지
|
||||
$logged_info = Context::get('logged_info');
|
||||
if(!Context::get('is_logged') || !$oModuleModel->isSiteAdmin($logged_info)) return $this->stop('msg_not_permitted');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue