diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 21:47:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 21:47:25 +0000 |
commit | fa3b333d583b133e0ac008f67ea0a01a6e477a82 (patch) | |
tree | dd4955cfc13dcea5a9d8f1078e1ccc87f33edd3c /usr | |
parent | 4edb490df2e2f054374a710c5d8871c76cbebe27 (diff) | |
download | pfsense-fa3b333d583b133e0ac008f67ea0a01a6e477a82.zip pfsense-fa3b333d583b133e0ac008f67ea0a01a6e477a82.tar.gz |
Minor cleanups. No functional changes.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces.php | 48 | ||||
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 48 |
2 files changed, 30 insertions, 66 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 7ede779..fbede8c 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -482,28 +482,15 @@ function type_change(enable_change,enable_change_pptp) { <td class="vtable"> <input name="ipaddr" type="text" class="formfld" id="ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipaddr']);?>"> / <select name="subnet" class="formfld" id="subnet"> - <?php - for ($i = 32; $i > 0; $i--) { - if($i <> 31) { - echo "<option value=\"{$i}\" "; - if ($i == $pconfig['subnet']) echo "selected"; - echo ">" . $i . "</option>"; - } - } - ?> - <?php - /* - if (isset($wancfg['ispointtopoint'])) - $snmax = 32; - else - $snmax = 31; - for ($i = $snmax; $i > 0; $i--): ?> - <?php if(i$ <> 31) ?><option value="<?=$i;?>" <?php if ($i == $pconfig['subnet']) echo "selected"; ?>><?php end if; ?> - <?=$i;?> - </option> - <?php endfor; ?> - */ - ?> + <?php + for ($i = 32; $i > 0; $i--) { + if($i <> 31) { + echo "<option value=\"{$i}\" "; + if ($i == $pconfig['subnet']) echo "selected"; + echo ">" . $i . "</option>"; + } + } + ?> </select></td> </tr><?php if (isset($wancfg['ispointtopoint'])): ?> <tr> @@ -582,9 +569,7 @@ function type_change(enable_change,enable_change_pptp) { <tr> <td valign="top" class="vncell">Idle timeout</td> <td class="vtable"> - <input name="pppoe_idletimeout" type="text" class="formfld" id="pppoe_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pppoe_idletimeout']);?>"> - seconds<br> - If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> + <input name="pppoe_idletimeout" type="text" class="formfld" id="pppoe_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pppoe_idletimeout']);?>"> seconds<br>If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> </tr> <tr> <td colspan="2" valign="top" height="16"></td> @@ -628,9 +613,7 @@ function type_change(enable_change,enable_change_pptp) { <tr> <td valign="top" class="vncell">Idle timeout</td> <td class="vtable"> - <input name="pptp_idletimeout" type="text" class="formfld" id="pptp_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pptp_idletimeout']);?>"> - seconds<br> - If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> + <input name="pptp_idletimeout" type="text" class="formfld" id="pptp_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pptp_idletimeout']);?>"> seconds<br>If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> </tr> <tr> <td colspan="2" valign="top" height="16"></td> @@ -665,14 +648,13 @@ function type_change(enable_change,enable_change_pptp) { <tr> <td valign="top" class="vncell">Min. heartbeat interval</td> <td class="vtable"> - <input name="bigpond_minheartbeatinterval" type="text" class="formfld" id="bigpond_minheartbeatinterval" size="8" value="<?=htmlspecialchars($pconfig['bigpond_minheartbeatinterval']);?>"> - seconds<br> - Setting this to a sensible value (e.g. 60 seconds) can protect against DoS attacks. </td> + <input name="bigpond_minheartbeatinterval" type="text" class="formfld" id="bigpond_minheartbeatinterval" size="8" value="<?=htmlspecialchars($pconfig['bigpond_minheartbeatinterval']);?>">seconds<br>Setting this to a sensible value (e.g. 60 seconds) can protect against DoS attacks. </td> </tr> - <?php /* Wireless interface? */ + <?php + /* Wireless interface? */ if (isset($wancfg['wireless'])) wireless_config_print(); - ?> + ?> <tr> <td height="16" colspan="2" valign="top"></td> </tr> diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index 7ede779..fbede8c 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -482,28 +482,15 @@ function type_change(enable_change,enable_change_pptp) { <td class="vtable"> <input name="ipaddr" type="text" class="formfld" id="ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipaddr']);?>"> / <select name="subnet" class="formfld" id="subnet"> - <?php - for ($i = 32; $i > 0; $i--) { - if($i <> 31) { - echo "<option value=\"{$i}\" "; - if ($i == $pconfig['subnet']) echo "selected"; - echo ">" . $i . "</option>"; - } - } - ?> - <?php - /* - if (isset($wancfg['ispointtopoint'])) - $snmax = 32; - else - $snmax = 31; - for ($i = $snmax; $i > 0; $i--): ?> - <?php if(i$ <> 31) ?><option value="<?=$i;?>" <?php if ($i == $pconfig['subnet']) echo "selected"; ?>><?php end if; ?> - <?=$i;?> - </option> - <?php endfor; ?> - */ - ?> + <?php + for ($i = 32; $i > 0; $i--) { + if($i <> 31) { + echo "<option value=\"{$i}\" "; + if ($i == $pconfig['subnet']) echo "selected"; + echo ">" . $i . "</option>"; + } + } + ?> </select></td> </tr><?php if (isset($wancfg['ispointtopoint'])): ?> <tr> @@ -582,9 +569,7 @@ function type_change(enable_change,enable_change_pptp) { <tr> <td valign="top" class="vncell">Idle timeout</td> <td class="vtable"> - <input name="pppoe_idletimeout" type="text" class="formfld" id="pppoe_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pppoe_idletimeout']);?>"> - seconds<br> - If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> + <input name="pppoe_idletimeout" type="text" class="formfld" id="pppoe_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pppoe_idletimeout']);?>"> seconds<br>If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> </tr> <tr> <td colspan="2" valign="top" height="16"></td> @@ -628,9 +613,7 @@ function type_change(enable_change,enable_change_pptp) { <tr> <td valign="top" class="vncell">Idle timeout</td> <td class="vtable"> - <input name="pptp_idletimeout" type="text" class="formfld" id="pptp_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pptp_idletimeout']);?>"> - seconds<br> - If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> + <input name="pptp_idletimeout" type="text" class="formfld" id="pptp_idletimeout" size="8" value="<?=htmlspecialchars($pconfig['pptp_idletimeout']);?>"> seconds<br>If no qualifying outgoing packets are transmitted for the specified number of seconds, the connection is brought down. An idle timeout of zero disables this feature.</td> </tr> <tr> <td colspan="2" valign="top" height="16"></td> @@ -665,14 +648,13 @@ function type_change(enable_change,enable_change_pptp) { <tr> <td valign="top" class="vncell">Min. heartbeat interval</td> <td class="vtable"> - <input name="bigpond_minheartbeatinterval" type="text" class="formfld" id="bigpond_minheartbeatinterval" size="8" value="<?=htmlspecialchars($pconfig['bigpond_minheartbeatinterval']);?>"> - seconds<br> - Setting this to a sensible value (e.g. 60 seconds) can protect against DoS attacks. </td> + <input name="bigpond_minheartbeatinterval" type="text" class="formfld" id="bigpond_minheartbeatinterval" size="8" value="<?=htmlspecialchars($pconfig['bigpond_minheartbeatinterval']);?>">seconds<br>Setting this to a sensible value (e.g. 60 seconds) can protect against DoS attacks. </td> </tr> - <?php /* Wireless interface? */ + <?php + /* Wireless interface? */ if (isset($wancfg['wireless'])) wireless_config_print(); - ?> + ?> <tr> <td height="16" colspan="2" valign="top"></td> </tr> |