git-svn-id: http://xe-core.googlecode.com/svn/trunk@838 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 13:47:32 +00:00
parent d4880e4b96
commit 3aeb57a11c
7 changed files with 44 additions and 74 deletions

View file

@ -92,9 +92,7 @@
}
// act값에 admin이 들어 있는데 관리자가 아닌 경우 오류 표시
if(!$grant->is_admin && eregi('admin', $this->act)) {
return $this->stop('msg_not_permitted_act');
}
if(!$grant->is_admin && substr_count($this->act, 'Admin')) return $this->stop('msg_not_permitted_act');
// 권한 설정
if($xml_info->grant) {