summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-27 17:14:21 -0500
committersullrich <sullrich@pfsense.org>2009-11-27 17:22:11 -0500
commit685493b5dac9843554e3dead633e22fb40737a8c (patch)
tree2db6ab1c1bda0d49d3aae81df56bc2fc47693d0d /usr/local/www/services_captiveportal.php
parent8512951ff1414a7bc9beed3060a7be97ab890f11 (diff)
downloadpfsense-685493b5dac9843554e3dead633e22fb40737a8c.zip
pfsense-685493b5dac9843554e3dead633e22fb40737a8c.tar.gz
Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index ca10ff5..8788953 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -285,7 +285,7 @@ function enable_change(enable_change) {
<tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
<td width="78%" class="vtable">
- <select name="cinterface[]" multiple="true" size="3" class="formselect" id="cinterface">
+ <select name="cinterface[]" multiple="true" size="<?count($config['interfaces'])?>" class="formselect" id="cinterface">
<?php
$interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename): ?>
OpenPOWER on IntegriCloud