summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-02 23:20:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-02 23:20:51 +0000
commitdc1ba275acf1d329553f92db7d0ca0d63f5afa7f (patch)
tree070dd3b08bfe94645ef40d1fbed4ee3a3418bc4c /usr/local/www
parent618ebb1317edb8019f14d3b806978e2308134dd0 (diff)
downloadpfsense-dc1ba275acf1d329553f92db7d0ca0d63f5afa7f.zip
pfsense-dc1ba275acf1d329553f92db7d0ca0d63f5afa7f.tar.gz
Disable The captive portal cannot be used when one or more interfaces are bridged. message so we can test if this really works.
Diffstat (limited to 'usr/local/www')
-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 992aeb4..22c925c 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -89,8 +89,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