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:
Scott Ullrich 2006-06-05 23:19:30 +00:00
parent 09b949e1c1
commit 89b096729d

View File

@ -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;
}
}