summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-11 22:39:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-11 22:39:17 +0000
commitc2c399a4182170dd09118ed5d442142b597923d8 (patch)
tree0845ada401f8d84e9b2ce24f9816ec05cd03651d /usr/local/www/interfaces_opt.php
parent5bfc9fdf269783dee6a7374d0cdb41123e1e19cc (diff)
downloadpfsense-c2c399a4182170dd09118ed5d442142b597923d8.zip
pfsense-c2c399a4182170dd09118ed5d442142b597923d8.tar.gz
Remove "Interfaces cannot be bridged while the captive portal is enabled." limitation. This will work fine.
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index 1ebbd08..002e752 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -121,7 +121,7 @@ if ($_POST) {
}
/* 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.";
}
} else {
if ($_POST['type'] <> "DHCP") {
OpenPOWER on IntegriCloud