summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-24 17:42:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-24 17:42:42 +0000
commit19c0f3b3939a71db8c73b4a6b7977b5e01653668 (patch)
tree0df4f91628f301f18fa1fed5abd74f408fccb97e /usr/local
parent4ab4e4eff1af69977ffb69b5334ef6317e60d19c (diff)
downloadpfsense-19c0f3b3939a71db8c73b4a6b7977b5e01653668.zip
pfsense-19c0f3b3939a71db8c73b4a6b7977b5e01653668.tar.gz
Remove bridging safety-checks
Diffstat (limited to 'usr/local')
-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