summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces_lan.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index fd018f3..7d05d9c 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -52,13 +52,13 @@ if ($_POST) {
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
if ($i != $index) {
if ($config['interfaces']['opt' . $i]['bridge'] == $_POST['bridge']) {
- $input_errors[] = "Optional interface {$i} " .
- "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
- "the specified interface.";
+ //$input_errors[] = "Optional interface {$i} " .
+ // "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
+ // "the specified interface.";
} else if ($config['interfaces']['opt' . $i]['bridge'] == "opt{$index}") {
- $input_errors[] = "Optional interface {$i} " .
- "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
- "this interface.";
+ //$input_errors[] = "Optional interface {$i} " .
+ // "({$config['interfaces']['opt' . $i]['descr']}) is already bridged to " .
+ // "this interface.";
}
}
}
OpenPOWER on IntegriCloud