(firewall, nati) wrong validation

This commit is contained in:
Ad Schellevis 2016-09-15 19:36:36 +02:00
parent cdf0573539
commit 0be295ac38

View File

@ -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");
}