Correct white space seperation.

This commit is contained in:
Scott Ullrich 2004-12-19 18:16:12 +00:00
parent 0fbc9d1ae2
commit 9ce0cacca5
2 changed files with 10 additions and 2 deletions

View File

@ -229,6 +229,10 @@ if ($_POST) {
$config['bigpond']['minheartbeatinterval'] = $_POST['bigpond_minheartbeatinterval'];
}
$wancfg['schedulertype'] = $_POST['schedulertype'];
$wancfg['bandwidth'] = $_POST['bandwidth'];
$wancfg['bandwidthtype'] = $_POST['bandwidthtype'];
$wancfg['blockpriv'] = $_POST['blockpriv'] ? true : false;
$wancfg['spoofmac'] = $_POST['spoofmac'];
$wancfg['mtu'] = $_POST['mtu'];
@ -519,7 +523,7 @@ function type_change(enable_change,enable_change_pptp) {
</td>
</tr>
<tr>
<td colspan="2" valign="top" class="listtopic">Bandwidth Management (Traffic Shaping)</td>
<td colspan="2" valign="top" height="16"></td>
</tr>
<tr>
<td colspan="2" valign="top" class="listtopic">DHCP client configuration</td>

View File

@ -229,6 +229,10 @@ if ($_POST) {
$config['bigpond']['minheartbeatinterval'] = $_POST['bigpond_minheartbeatinterval'];
}
$wancfg['schedulertype'] = $_POST['schedulertype'];
$wancfg['bandwidth'] = $_POST['bandwidth'];
$wancfg['bandwidthtype'] = $_POST['bandwidthtype'];
$wancfg['blockpriv'] = $_POST['blockpriv'] ? true : false;
$wancfg['spoofmac'] = $_POST['spoofmac'];
$wancfg['mtu'] = $_POST['mtu'];
@ -519,7 +523,7 @@ function type_change(enable_change,enable_change_pptp) {
</td>
</tr>
<tr>
<td colspan="2" valign="top" class="listtopic">Bandwidth Management (Traffic Shaping)</td>
<td colspan="2" valign="top" height="16"></td>
</tr>
<tr>
<td colspan="2" valign="top" class="listtopic">DHCP client configuration</td>