summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-08-15 20:22:37 +0200
committersmos <seth.mos@dds.nl>2011-08-15 20:22:37 +0200
commit1e37f324adeca824bacc75a5419d1e82b72043df (patch)
tree5233ad898de90ae2edf4d0feceae990c32ae868f /usr
parent52a1f701db9bf5f3e2b99c93f1f05131e3791d08 (diff)
downloadpfsense-1e37f324adeca824bacc75a5419d1e82b72043df.zip
pfsense-1e37f324adeca824bacc75a5419d1e82b72043df.tar.gz
Unbreak interfaces.php
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index b5043ce..6ff2556 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -469,7 +469,7 @@ if ($_POST['apply']) {
switch(strtolower($_POST['type6'])) {
case "staticv6":
$reqdfields = explode(" ", "ipaddrv6 subnetv6 gatewayv6");
- $reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway")));
+ $reqdfieldsn = array(gettext("IPv6 address"),gettext("Subnet bit count"),gettext("Gateway"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
break;
case "none":
OpenPOWER on IntegriCloud