summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-09-05 14:32:49 +0700
committergnhb <gnoahb@gmail.com>2010-09-05 14:32:49 +0700
commit8920455d1e39ad5576fcd1a62fae4ada609643ed (patch)
tree33d15110ffeec7e9b1024fa6592e7317bdea4518 /usr/local/www
parent52bebb6f44293de1d184c2a6310ad6fb38c5f7f2 (diff)
downloadpfsense-8920455d1e39ad5576fcd1a62fae4ada609643ed.zip
pfsense-8920455d1e39ad5576fcd1a62fae4ada609643ed.tar.gz
Revert "Add missing break statement in input validation code."
This reverts commit 52bebb6f44293de1d184c2a6310ad6fb38c5f7f2.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index b313045..27b38e0 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -382,7 +382,6 @@ if ($_POST) {
$input_errors[] = gettext("This interface is referenced by VIPs please delete those before setting the interface to 'none' configuration.");
}
}
- break;
case "dhcp":
if (in_array($wancfg['ipaddr'], array("ppp", "pppoe", "pptp", "l2tp")))
$input_errors[] = gettext("You have to reassign the interface to be able to configure as {$_POST['type']}.");
OpenPOWER on IntegriCloud