summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-08-20 21:23:33 -0400
committerjim-p <jimp@pfsense.org>2013-08-20 21:23:33 -0400
commit8cd1d911dc2f1ecf9fb7cd00ee1a102c35479008 (patch)
tree59195624cd18601de7f9add0b77f07fe1b8bf977
parent51f9b7e4ee71b1dbe199e4049a44a9144a9ab795 (diff)
downloadpfsense-8cd1d911dc2f1ecf9fb7cd00ee1a102c35479008.zip
pfsense-8cd1d911dc2f1ecf9fb7cd00ee1a102c35479008.tar.gz
Remove this particular form tag that doesn't appear to serve any purpose on this page, and breaks the drop-down zone selector. Fixes #3153
-rwxr-xr-xusr/local/www/status_captiveportal.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/status_captiveportal.php b/usr/local/www/status_captiveportal.php
index 1b092ec..2aec4f0 100755
--- a/usr/local/www/status_captiveportal.php
+++ b/usr/local/www/status_captiveportal.php
@@ -101,7 +101,6 @@ $mac_man = load_mac_manufacturer_table();
?>
<?php if (!empty($cpzone) && isset($config['voucher'][$cpzone]['enable'])): ?>
-<form action="status_captiveportal.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="tab pane">
<tr><td class="tabnavtbl">
<?php
@@ -186,7 +185,6 @@ $mac_man = load_mac_manufacturer_table();
</td>
</tr>
</table>
-</form>
<?php endif; ?>
<form action="status_captiveportal.php" method="get" style="margin: 14px;">
OpenPOWER on IntegriCloud