mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
12 lines
568 B
XML
12 lines
568 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<actions>
|
|
<action name="dispList" type="view" admin_index="true" standalone="true" />
|
|
<action name="dispWrite" type="view" standalone="true" />
|
|
<action name="procInsertDocument" type="controller" standalone="true" />
|
|
<action name="procDeleteDocument" type="controller" standalone="true" />
|
|
<action name="procUploadFile" type="controller" standalone="true" />
|
|
<action name="procDeleteFile" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|