From ecd2aff386231b01e35fb9629077a95e569ba116 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 30 Jan 2018 18:01:01 +0100 Subject: [PATCH] firewall/outbound nat, fix typo --- src/www/firewall_nat_out_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/firewall_nat_out_edit.php b/src/www/firewall_nat_out_edit.php index 0fda15228..5a3a939bc 100644 --- a/src/www/firewall_nat_out_edit.php +++ b/src/www/firewall_nat_out_edit.php @@ -226,7 +226,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { // a bit vague behaviour in "target" and "targetip", if a custom net is given // the backend code wants target to be filled with "other-subnet". // if any other known net is given, target is used to provide the actual address.... - // -- can't remove this behaviour now without breaking old confid, so let's reimplement + // -- can't remove this behaviour now without breaking old config, so let's reimplement $natent['target'] = 'other-subnet'; $natent['targetip'] = trim($pconfig['targetip']); $natent['targetip_subnet'] = $pconfig['targetip_subnet'];