mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e2602f2880
commit
5e50a89993
5 changed files with 7 additions and 6 deletions
|
|
@ -38,8 +38,8 @@
|
|||
/**
|
||||
* @brief 금지 IP삭제
|
||||
**/
|
||||
function procDeleteDeniedIP() {
|
||||
$ipaddresSpamfilterAdmins = Context::get('ipaddress');
|
||||
function procSpamfilterAdminDeleteDeniedIP() {
|
||||
$ipaddress = Context::get('ipaddress');
|
||||
return $this->deleteIP($ipaddress);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert_denied_word" module="spamfilter" act="procInsertDeniedWord" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_denied_word" module="spamfilter" act="procSpamfilterAdminInsertDeniedWord" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="word" required="true" minlength="4" maxlength="250" />
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue