mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
(firewall, nati) wrong validation
This commit is contained in:
parent
cdf0573539
commit
0be295ac38
@ -152,7 +152,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$reqdfields[] = "dst";
|
||||
$reqdfieldsn[] = gettext("Destination address");
|
||||
|
||||
if (!empty($pconfig['nordr'])) {
|
||||
if (empty($pconfig['nordr'])) {
|
||||
$reqdfields[] = "target";
|
||||
$reqdfieldsn[] = gettext("Redirect target IP");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user