mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@240 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f3419d2932
commit
61b7b47d6c
7 changed files with 96 additions and 1 deletions
|
|
@ -13,6 +13,17 @@
|
|||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 등록된 스패머의 목록을 return
|
||||
**/
|
||||
function getSpammerList() {
|
||||
$oDB = &DB::getInstance();
|
||||
$args->sort_index = "regdate";
|
||||
$args->list_count = 50;
|
||||
$args->page = Context::get('page')?Context::get('page'):1;
|
||||
return $oDB->executeQuery('spamfilter.getSpammerList', $args);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 지정된 IPaddress의 특정 시간대 내의 로그 수를 return
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue