mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@238 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a5f53d4b25
commit
0a2aa301d6
3 changed files with 39 additions and 1 deletions
12
modules/spamfilter/conf/module.xml
Normal file
12
modules/spamfilter/conf/module.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispContent" type="view" admin_index="true" />
|
||||
|
||||
<action name="procInsertDeniedIP" type="controller" />
|
||||
<action name="procDeleteDeniedIP" type="controller" />
|
||||
<action name="procInsertDeniedWord" type="controller" />
|
||||
<action name="procDeleteDeniedWord" type="controller" />
|
||||
</actions>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue