Add ip member variable to filter class

This commit is contained in:
towards-a-new-leftypol 2024-03-14 17:30:39 -04:00
parent 3158ce40cd
commit 10015def12
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) {