mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove unnecessary ruleset in spamfilter module
This commit is contained in:
parent
570944df1a
commit
d1edc53b4e
3 changed files with 1 additions and 9 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<action name="procSpamfilterAdminDeleteDeniedIP" type="controller" />
|
||||
<action name="procSpamfilterAdminInsertDeniedWord" type="controller" />
|
||||
<action name="procSpamfilterAdminDeleteDeniedWord" type="controller" />
|
||||
<action name="procSpamfilterAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procSpamfilterAdminInsertConfig" type="controller" />
|
||||
<action name="procSpamfilterAdminInsertConfigCaptcha" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<fields>
|
||||
<field name="limits" required="true" />
|
||||
<field name="check_trackback" required="true" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
<form action="./" method="post" id="spamfilterConfig" class="x_form-horizontal">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminInsertConfig" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
<input type="hidden" name="ruleset" value="insertConfig" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/spamfilter/tpl/1" />
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->cmd_interval}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue