스팸필터의 금지어를 4자이상에서 1자 이상으로 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2317 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-11 23:07:32 +00:00
parent 98251db3c4
commit 6fb8ffbe6e

View file

@ -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" />