From 19c0f3b3939a71db8c73b4a6b7977b5e01653668 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 24 Aug 2005 17:42:42 +0000 Subject: Remove bridging safety-checks --- usr/local/www/interfaces_lan.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/local') 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."; } } -- cgit v1.1