mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
스팸필터의 금지어를 4자이상에서 1자 이상으로 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2317 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98251db3c4
commit
6fb8ffbe6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<filter name="insert_denied_word" module="spamfilter" act="procSpamfilterAdminInsertDeniedWord" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="word" required="true" minlength="4" maxlength="250" />
|
||||
<node target="word" required="true" minlength="1" maxlength="250" />
|
||||
</form>
|
||||
<parameter>
|
||||
<param param="word" target="word" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue