From 24a1ba354a47a07817cd4067ed36abf03e08977c Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 24 Apr 2009 06:05:17 +0000 Subject: [PATCH] =?UTF-8?q?cafeXE=20=EB=A9=94=EC=9D=B8=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EB=8B=A4=EB=A5=B8=20=EB=AA=A8=EB=93=88=EC=9D=98=20forward?= =?UTF-8?q?=20action=EC=9D=B4=20=EC=8B=A4=ED=96=89=EB=90=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6188 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/homepage/homepage.view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homepage/homepage.view.php b/modules/homepage/homepage.view.php index ab860afdb..85ab9f8f8 100644 --- a/modules/homepage/homepage.view.php +++ b/modules/homepage/homepage.view.php @@ -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');