mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Use object cache for spamfilter IP and word list
This commit is contained in:
parent
1bf488e367
commit
606e53122e
3 changed files with 23 additions and 5 deletions
|
|
@ -195,6 +195,7 @@ class spamfilterController extends spamfilter
|
|||
$output->add('fail_list', $fail_list);
|
||||
}
|
||||
|
||||
Rhymix\Framework\Cache::delete('spamfilter:denied_ip_list');
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue