mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Change getLoginStatus method to POST (enable CSRF check, etc.)
This commit is contained in:
parent
0cc1246898
commit
f8aa934935
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<action name="dispMemberLogout" type="view" meta-noindex="true" />
|
||||
<action name="dispMemberSpammer" type="view" permission="manager" check_var="module_srl" meta-noindex="true" />
|
||||
|
||||
<action name="getLoginStatus" type="model" meta-noindex="true" />
|
||||
<action name="getLoginStatus" type="model" method="POST" meta-noindex="true" />
|
||||
<action name="getMemberMenu" type="model" />
|
||||
<action name="getApiGroups" type="model" permission="root" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue