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/branches/1.5.0@8503 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
1.1 KiB
XML
18 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions />
|
|
<actions>
|
|
<action name="dispFileAdminList" type="view" admin_index="true" standalone="true" />
|
|
<action name="dispFileAdminConfig" type="view" standalone="true" />
|
|
<action name="getFileList" type="model" standalone="true" />
|
|
<action name="procFileUpload" type="controller" standalone="true" />
|
|
<action name="procFileIframeUpload" type="controller" standalone="true" />
|
|
<action name="procFileImageResize" type="controller" standalone="true" />
|
|
<action name="procFileDelete" type="controller" standalone="true" />
|
|
<action name="procFileDownload" type="controller" standalone="true" />
|
|
<action name="procFileAdminDeleteChecked" type="controller" standalone="true" ruleset="deleteChecked" />
|
|
<action name="procFileAdminInsertConfig" type="controller" standalone="true" ruleset="insertConfig" />
|
|
<action name="procFileAdminInsertModuleConfig" type="controller" standalone="true" ruleset="fileModuleConfig" />
|
|
</actions>
|
|
</module>
|