mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +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>
|
<name xml:lang="en">zero</name>
|
||||||
<description xml:lang="ko">
|
<description xml:lang="ko">
|
||||||
스팸 필터링을 담당합니다.
|
스팸 필터링을 담당합니다.
|
||||||
자세한 설정은 <a href="./?module=admin&mo=spamfilter&act=dispContent">스팸필터 모듈</a>에서 해주세요.
|
자세한 설정은 <a href="./?module=admin&mo=spamfilter&act=dispConfig">스팸필터 모듈</a>에서 해주세요.
|
||||||
</description>
|
</description>
|
||||||
<description xml:lang="en">do spam filtering</description>
|
<description xml:lang="en">do spam filtering</description>
|
||||||
</author>
|
</author>
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,6 @@
|
||||||
<columns>
|
<columns>
|
||||||
<column name="*" />
|
<column name="*" />
|
||||||
</columns>
|
</columns>
|
||||||
<conditions>
|
|
||||||
<condition operation="equal" column="ipaddress" var="ipaddress" />
|
|
||||||
</conditions>
|
|
||||||
<navigation>
|
<navigation>
|
||||||
<index var="sort_index" order="desc" />
|
<index var="sort_index" order="desc" />
|
||||||
</navigation>
|
</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