summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pppoe.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-06 23:05:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-06 23:05:02 +0000
commit506672630f540e21dca5eb054acba432960a3030 (patch)
tree01e1e23bb89771b158b5f7e85ce768050d19d0d7 /usr/local/www/vpn_pppoe.php
parentc0503ad3c40e05a49e3ba3fcf7819049011dd9e4 (diff)
downloadpfsense-506672630f540e21dca5eb054acba432960a3030.zip
pfsense-506672630f540e21dca5eb054acba432960a3030.tar.gz
Really set subnet mask
Diffstat (limited to 'usr/local/www/vpn_pppoe.php')
-rwxr-xr-xusr/local/www/vpn_pppoe.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_pppoe.php b/usr/local/www/vpn_pppoe.php
index 5eee068..bb407d8 100755
--- a/usr/local/www/vpn_pppoe.php
+++ b/usr/local/www/vpn_pppoe.php
@@ -211,14 +211,14 @@ function enable_change(enable_over) {
<tr>
<td width="22%" valign="top" class="vncellreq">Subnet netmask</td>
<td width="78%" class="vtable">
- <select name="n_pppoe_units">
+ <select id="n_pppoe_units" name="n_pppoe_units">
<?php
for($x=0; $x<33; $x++) {
if($x == $pconfig['n_pppoe_units'])
$SELECTED = " SELECTED";
else
$SELECTED = "";
- echo "<option value=\"\"{$SELECTED}>{$x}</option>\n";
+ echo "<option value=\"{$x}\"{$SELECTED}>{$x}</option>\n";
}
?>
</select>
OpenPOWER on IntegriCloud