summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index 7d05d9c..daff32d 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -63,12 +63,12 @@ if ($_POST) {
}
}
if ($config['interfaces'][$_POST['bridge']]['bridge']) {
- $input_errors[] = "The specified interface is already bridged to " .
- "another interface.";
+ //$input_errors[] = "The specified interface is already bridged to " .
+ // "another interface.";
}
/* captive portal on? */
if (isset($config['captiveportal']['enable'])) {
- $input_errors[] = "Interfaces cannot be bridged while the captive portal is enabled.";
+ //$input_errors[] = "Interfaces cannot be bridged while the captive portal is enabled.";
}
}
OpenPOWER on IntegriCloud