mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Refine default allowed methods
This commit is contained in:
parent
c9cf1a5bc5
commit
c920f6dca4
2 changed files with 19 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<route route="$document_srl:int/comment/$comment_srl:int" priority="70" />
|
||||
<route route="$document_srl:int/tag/$tag:word" priority="50" />
|
||||
</action>
|
||||
<action name="dispTestWrite" type="view" permission="view" standalone="false" meta-noindex="true" route="write" global_route="true" />
|
||||
<action name="dispTestWrite" type="view" permission="view" method="GET" standalone="false" meta-noindex="true" route="write" global_route="true" />
|
||||
<action name="procTestSubmitData" type="controller" standalone="false" check-csrf="false" ruleset="submitData" />
|
||||
<action name="dispTestAdminIndex" type="view" admin_index="true" menu_name="test" menu_index="true" />
|
||||
<action name="procTestAdminSubmitData" type="controller" permission="manager" check_var="module_srl" check_type="thisisatest" method="GET|POST" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue