summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-05 23:19:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-05 23:19:30 +0000
commit89b096729d8ef7ec2ffd3dfb4b9368558fec68e1 (patch)
treee448838fedcb93b6165c4f700125c1ddcbff946b /usr/local/www/services_captiveportal.php
parent09b949e1c1cb0b4d3265cc9b204a93191f78c9d6 (diff)
downloadpfsense-89b096729d8ef7ec2ffd3dfb4b9368558fec68e1.zip
pfsense-89b096729d8ef7ec2ffd3dfb4b9368558fec68e1.tar.gz
We do not allow captive portal to be run on bridges. Much confusion will and silly bug reports are not welcome any longer.
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index cbc8022..977357b 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -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;
}
}
OpenPOWER on IntegriCloud