mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6190 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e05e1e9d4e
commit
a95fb3e664
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
$oModuleModel = &getModel('module');
|
||||
|
||||
|
||||
if($this->act != 'dispHomepageIndex' && strpos($this->act,'Cafe')===false) {
|
||||
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