mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove trailing whitespace
This commit is contained in:
parent
c5267b42fd
commit
37b0d3a1e6
71 changed files with 806 additions and 806 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief The admin view class of the spamfilter module
|
||||
*/
|
||||
class spamfilterAdminView extends spamfilter
|
||||
class spamfilterAdminView extends spamfilter
|
||||
{
|
||||
/**
|
||||
* @brief Initialization
|
||||
|
|
@ -27,7 +27,7 @@ class spamfilterAdminView extends spamfilter
|
|||
{
|
||||
$sort_index = 'regdate';
|
||||
}
|
||||
|
||||
|
||||
// Get the list of denied IP addresses and words
|
||||
$oSpamFilterModel = getModel('spamfilter');
|
||||
$ip_list = $oSpamFilterModel->getDeniedIPList($sort_index);
|
||||
|
|
@ -52,7 +52,7 @@ class spamfilterAdminView extends spamfilter
|
|||
{
|
||||
$sort_index = 'hit';
|
||||
}
|
||||
|
||||
|
||||
// Get the list of denied IP addresses and words
|
||||
$oSpamFilterModel = getModel('spamfilter');
|
||||
$word_list = $oSpamFilterModel->getDeniedWordList($sort_index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue