Revision ada9b6bc
Added by Phil Davis over 8 years ago
src/usr/local/www/firewall_nat_edit.php | ||
---|---|---|
1111 | 1111 |
disableInput('localbeginport', true); |
1112 | 1112 |
disableInput('localbeginport_cust', true); |
1113 | 1113 |
disableInput('dstendport_cust', false); |
1114 |
ddisableInput('localbeginport', false);
|
|
1114 |
disableInput('localbeginport', false); |
|
1115 | 1115 |
disableInput('localbeginport_cust', false); |
1116 | 1116 |
} |
1117 | 1117 |
|
Also available in: Unified diff
firewal_nat_edit function name typo
This unrelated fix is in a big diff listing of other stuff related to a proposed RADIUS enhancement https://github.com/pfsense/pfsense/pull/3407/files#diff-f080be89fa12ff3c28d7467b12985d09
The accidental typo should be fixed, rather than getting stuck in that other PR.