mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
We do not allow captive portal to be run on bridges. Much confusion will and silly bug reports are not welcome any longer.
This commit is contained in:
parent
09b949e1c1
commit
89b096729d
@ -91,8 +91,8 @@ if ($_POST) {
|
||||
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
|
||||
$coptif = &$config['interfaces']['opt' . $i];
|
||||
if (isset($coptif['enable']) && $coptif['bridge']) {
|
||||
//$input_errors[] = "The captive portal cannot be used when one or more interfaces are bridged.";
|
||||
//break;
|
||||
$input_errors[] = "The captive portal cannot be used when one or more interfaces are bridged.";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user