mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@243 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a4e2f31a53
commit
bd1aa25eb6
3 changed files with 12 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">
|
||||
스팸 필터링을 담당합니다.
|
||||
자세한 설정은 <a href="./?module=admin&mo=spamfilter&act=dispContent">스팸필터 모듈</a>에서 해주세요.
|
||||
자세한 설정은 <a href="./?module=admin&mo=spamfilter&act=dispConfig">스팸필터 모듈</a>에서 해주세요.
|
||||
</description>
|
||||
<description xml:lang="en">do spam filtering</description>
|
||||
</author>
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="ipaddress" var="ipaddress" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" order="desc" />
|
||||
</navigation>
|
||||
|
|
|
|||
11
modules/spamfilter/queries/getDeniedWordList.xml
Normal file
11
modules/spamfilter/queries/getDeniedWordList.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="getDeniedWordList" action="select">
|
||||
<tables>
|
||||
<table name="spamfilter_denied_word" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<navigation>
|
||||
<index var="sort_index" order="desc" />
|
||||
</navigation>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue