Commit ad4919af authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(firewall, nati) wrong validation

(cherry picked from commit 0be295ac)
parent 08a2e230
...@@ -152,7 +152,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -152,7 +152,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$reqdfields[] = "dst"; $reqdfields[] = "dst";
$reqdfieldsn[] = gettext("Destination address"); $reqdfieldsn[] = gettext("Destination address");
if (!empty($pconfig['nordr'])) { if (empty($pconfig['nordr'])) {
$reqdfields[] = "target"; $reqdfields[] = "target";
$reqdfieldsn[] = gettext("Redirect target IP"); $reqdfieldsn[] = gettext("Redirect target IP");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment