mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
17 lines
946 B
XML
17 lines
946 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<actions>
|
|
<action name="dispIndex" type="view" index="true" />
|
|
<action name="dispAdminContent" type="view" admin_index="true" standalone="true" />
|
|
<action name="dispAdminModuleConfig" type="view" standalone="true" />
|
|
<action name="dispAdminPageInfo" type="view" standalone="true" />
|
|
<action name="dispAdminInsertPage" type="view" standalone="true" />
|
|
<action name="dispAdminDeletePage" type="view" standalone="true" />
|
|
<action name="procInsertPage" type="controller" standalone="true" />
|
|
<action name="procDeletePage" type="controller" standalone="true" />
|
|
<action name="procInsertConfig" type="controller" standalone="true" />
|
|
<action name="procUploadFile" type="controller" standalone="true" />
|
|
<action name="procDeleteFile" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|