summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-24 05:54:07 +0000
committerBill Marquette <billm@pfsense.org>2005-02-24 05:54:07 +0000
commit87b10bedc10e977a32d8dca7570a284c06ffe0a6 (patch)
tree3e18f28f73c4e08749e0882a8e47d068e3b78f5d /usr/local/www/firewall_nat_out.php
parent9c96aff526eabf19a1d024b6cba524304a8091b1 (diff)
downloadpfsense-87b10bedc10e977a32d8dca7570a284c06ffe0a6.zip
pfsense-87b10bedc10e977a32d8dca7570a284c06ffe0a6.tar.gz
spelling mistake and whitespace cleanup
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 297c963..b897b10 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -79,8 +79,7 @@ if (isset($_POST['del_x'])) {
}
} else {
- /* yuck - IE won't send value attributes for image buttons, while Mozilla does -
- so we use .x/.y to fine move button clicks instead... */
+ /* yuck - IE won't send value attributes for image buttons, while Mozilla does - so we use .x/.y to find move button clicks instead... */
unset($movebtn);
foreach ($_POST as $pn => $pd) {
if (preg_match("/move_(\d+)_x/", $pn, $matches)) {
OpenPOWER on IntegriCloud