mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use correct variable name
This commit is contained in:
parent
623274891f
commit
57bdd0b040
@ -2018,10 +2018,10 @@ EOD;
|
||||
}
|
||||
// label
|
||||
if($rule['descr'] <> "" and $line <> "")
|
||||
$line .= " label \"USER_RULE_PPPoE: " . $rule['descr'] . "\" \n";
|
||||
$ipfrules .= " label \"USER_RULE_PPPoE: " . $rule['descr'] . "\" \n";
|
||||
else
|
||||
$line .= " label \"USER_RULE_PPPoE\" \n";
|
||||
}
|
||||
$ipfrules .= " label \"USER_RULE_PPPoE\" \n";
|
||||
}
|
||||
} else {
|
||||
$line = generate_user_filter_rule($rule, 0);
|
||||
if($line <> "")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user