Merge branch 'deploy_spamnoticer' into icecat_fix

This commit is contained in:
towards-a-new-leftypol 2024-03-14 17:31:24 -04:00
commit fd8dd64b49
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class Filter {
private bool $add_note; private bool $add_note;
private bool $noip; private bool $noip;
private $find_time; private $find_time;
private string $ip;
public function __construct(array $arr) { public function __construct(array $arr) {
foreach ($arr as $key => $value) { foreach ($arr as $key => $value) {