Add ip member variable to filter class
This commit is contained in:
parent
3158ce40cd
commit
10015def12
|
@ -18,6 +18,7 @@ class Filter {
|
|||
private bool $add_note;
|
||||
private bool $noip;
|
||||
private $find_time;
|
||||
private string $ip;
|
||||
|
||||
public function __construct(array $arr) {
|
||||
foreach ($arr as $key => $value) {
|
||||
|
|
Loading…
Reference in New Issue