summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-16 02:14:55 +0000
committerBill Marquette <billm@pfsense.org>2005-05-16 02:14:55 +0000
commit4a9918899508c7c12aabd8e1d03a3c9ff6b83a83 (patch)
tree70023889810f93c2ed5dfd70e3643d4fdbebcbf9 /usr/local/www/firewall_nat.php
parent98877b0c4fe8e577f16485680a93bf5edfecf697 (diff)
downloadpfsense-4a9918899508c7c12aabd8e1d03a3c9ff6b83a83.zip
pfsense-4a9918899508c7c12aabd8e1d03a3c9ff6b83a83.tar.gz
Ticket 6: Allow NAT to duplicate rules
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 11be66b..260c48c 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -221,7 +221,7 @@ if (isset($_POST['del_x'])) {
</tr>
<tr>
<td><input onmouseover="fr_insline(<?=$nnats;?>, true)" onmouseout="fr_insline(<?=$nnats;?>, false)" name="move_<?=$i;?>" src="left.gif" title="move selected rules before this rule" height="17" type="image" width="17" border="0"></td>
- <!-- <billm><td><a href="firewall_nat_out_edit.php?dup=<?=$i;?>"><img src="plus.gif" title="add a new nat based on this one" width="17" height="17" border="0"></a></td><billm> -->
+ <td><a href="firewall_nat_edit.php?dup=<?=$i;?>"><img src="plus.gif" title="add a new nat based on this one" width="17" height="17" border="0"></a></td>
</tr>
</table>
</tr>
OpenPOWER on IntegriCloud