Remove IP Compression box. A lot of further refactoring is going to be required to make this work and we do not have enough time to do so before 1.2 beta.

This commit is contained in:
Scott Ullrich 2007-04-07 19:24:54 +00:00
parent cd110adf99
commit 33a0c37d13
1 changed files with 0 additions and 6 deletions

View File

@ -116,12 +116,6 @@ include("head.inc");
<input name="enable" type="checkbox" id="enable" value="yes" <?php if ($pconfig['enable']) echo "checked";?>>
<strong>Enable IPsec</strong></td>
</tr>
<tr>
<td class="vtable">
<input name="ipcomp" type="checkbox" id="ipcomp" value="yes" <?php if ($pconfig['ipcomp']) echo "checked=\"checked\"";?> />
<strong>Enable IPsec Compression</strong>
</td>
</tr>
<tr>
<td> <input name="submit" type="submit" class="formbtn" value="Save">
</td>