mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Support methods to load and check CAPTCHA wherever a developer wants
This commit is contained in:
parent
01984210b6
commit
307661b57b
10 changed files with 127 additions and 11 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<action name="dispSpamfilterAdminDeniedWordList" type="view" menu_name="spamFilter" />
|
||||
<action name="dispSpamfilterAdminConfigBlock" type="view" menu_name="spamFilter" />
|
||||
<action name="dispSpamfilterAdminConfigCaptcha" type="view" menu_name="spamFilter" />
|
||||
<action name="dispSpamfilterAdminConfigCaptchaTest" type="view" menu_name="spamFilter" />
|
||||
|
||||
<action name="procSpamfilterAdminInsertDeniedIP" type="controller" />
|
||||
<action name="procSpamfilterAdminUpdateDeniedIP" type="controller" />
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
<action name="procSpamfilterAdminDeleteDeniedWord" type="controller" />
|
||||
<action name="procSpamfilterAdminInsertConfig" type="controller" />
|
||||
<action name="procSpamfilterAdminInsertConfigCaptcha" type="controller" />
|
||||
<action name="procSpamfilterAdminSubmitCaptchaTest" type="controller" />
|
||||
</actions>
|
||||
<eventHandlers>
|
||||
<eventHandler before="document.manage" class="controller" method="triggerManageDocument" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue