mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
module.xml 2차 정리
act 를 세밀하게 검토한 후 합당한 퍼미션을 걸어둠
This commit is contained in:
parent
fcb17fe9cf
commit
0dc3d92465
22 changed files with 245 additions and 203 deletions
|
|
@ -12,18 +12,18 @@
|
|||
<action name="procFileIframeUpload" type="controller" />
|
||||
<action name="procFileImageResize" type="controller" ruleset="imageResize" />
|
||||
<action name="procFileDelete" type="controller" />
|
||||
<action name="procFileSetCoverImage" type="controller" />
|
||||
<action name="procFileDownload" type="controller" method="GET|POST" />
|
||||
<action name="procFileOutput" type="controller" method="GET|POST" />
|
||||
<action name="procFileGetList" type="controller" />
|
||||
<action name="procFileSetCoverImage" type="controller" />
|
||||
|
||||
<action name="dispFileAdminList" type="view" admin_index="true" menu_name="file" menu_index="true" />
|
||||
<action name="dispFileAdminConfig" type="view" menu_name="fileUpload" menu_index="true" />
|
||||
|
||||
<action name="procFileAdminAddCart" type="controller" />
|
||||
<action name="procFileAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
||||
<action name="procFileAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procFileAdminInsertModuleConfig" type="controller" ruleset="fileModuleConfig" />
|
||||
<action name="procFileAdminAddCart" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="file">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue