summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-21 02:19:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-21 02:19:00 +0000
commit3a23042bb66fe267aee91784f31ef938940dc835 (patch)
tree49a9040d6c033a5b18fe62f03dc5555b62113b8d /usr/local/www/services_captiveportal.php
parent4b49bf19c69b9040c98be398afd16d3776262042 (diff)
downloadpfsense-3a23042bb66fe267aee91784f31ef938940dc835.zip
pfsense-3a23042bb66fe267aee91784f31ef938940dc835.tar.gz
Remove bridging checks. Slipped back in after latest m0n0wall sync.
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 0e0c52d..cbc8022 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;
}
}
@@ -240,9 +240,9 @@ function enable_change(enable_change) {
}
//-->
</script>
+<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<p class="pgtitle"><?=$pgtitle?></p>
<form action="services_captiveportal.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
OpenPOWER on IntegriCloud