mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
23 lines
843 B
XML
23 lines
843 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<grants />
|
|
<permissions>
|
|
<permission action="getInstallFTPList" target="root" />
|
|
</permissions>
|
|
<actions>
|
|
<action name="dispInstallIndex" type="view" index="true" />
|
|
<action name="dispInstallCheckEnv" type="view" />
|
|
<action name="dispInstallDBConfig" type="view" />
|
|
<action name="dispInstallOtherConfig" type="view" />
|
|
|
|
<action name="getInstallFTPList" type="model" />
|
|
|
|
<action name="procInstallLicenseAgreement" type="controller" />
|
|
<action name="procDBConfig" type="controller" />
|
|
<action name="procInstall" type="controller" ruleset="install" />
|
|
|
|
<action name="procInstallAdminInstall" type="controller" />
|
|
<action name="procInstallAdminUpdate" type="controller" />
|
|
<action name="procInstallAdminUpdateIndexModule" type="controller" />
|
|
</actions>
|
|
</module>
|