mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@822 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
182f48d011
commit
712cb9906c
27 changed files with 110 additions and 102 deletions
|
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">스팸필터</title>
|
||||
<title xml:lang="en">spam filter</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">제로보드의 기본 스팸필터입니다.</description>
|
||||
<description xml:lang="en">Default spam filter of zeroboard</description>
|
||||
</author>
|
||||
<title xml:lang="ko">스팸필터</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<description xml:lang="ko">제로보드 XE의 기본 스팸필터입니다.</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispConfig" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispDeniedIPList" type="view" standalone="true" />
|
||||
<action name="dispDeniedWordList" type="view" standalone="true" />
|
||||
<action name="dispSpamfilterAdminConfig" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispSpamfilterAdminDeniedIPList" type="view" standalone="true" />
|
||||
<action name="dispSpamfilterAdminDeniedWordList" type="view" standalone="true" />
|
||||
|
||||
<action name="procInsertConfig" type="controller" standalone="true" />
|
||||
<action name="procInsertDeniedIP" type="controller" standalone="true" />
|
||||
<action name="procDeleteDeniedIP" type="controller" standalone="true" />
|
||||
<action name="procInsertDeniedWord" type="controller" standalone="true" />
|
||||
<action name="procDeleteDeniedWord" type="controller" standalone="true" />
|
||||
<action name="procSpamfilterAdminInsertConfig" type="controller" standalone="true" />
|
||||
<action name="procSpamfilterAdminInsertDeniedIP" type="controller" standalone="true" />
|
||||
<action name="procSpamfilterAdminDeleteDeniedIP" type="controller" standalone="true" />
|
||||
<action name="procSpamfilterAdminInsertDeniedWord" type="controller" standalone="true" />
|
||||
<action name="procSpamfilterAdminDeleteDeniedWord" type="controller" standalone="true" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue