Remove auto establish. It's never worked.

This commit is contained in:
Scott Ullrich 2005-12-26 02:52:31 +00:00
parent c25a575f1d
commit e946572bf7

View File

@ -304,7 +304,16 @@ function methodsel_change() {
<span class="vexpl">Set this option to disable this tunnel without
removing it from the list.</span></td>
</tr>
<tr>
<!--
<tr>
<td width="22%" valign="top" class="vncellreq">Auto-establish</td>
<td width="78%" class="vtable">
<input name="auto" type="checkbox" id="auto" value="yes" <?php if ($pconfig['auto']) echo "checked"; ?>>
<strong>Automatically establish this tunnel</strong><br>
<span class="vexpl">Set this option to automatically re-establish this tunnel after reboots/reconfigures. If this is not set, the tunnel is established on demand.</span></td>
</tr>
-->
<tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
<td width="78%" class="vtable"><select name="interface" class="formfld">
<?php $interfaces = array('wan' => 'WAN', 'lan' => 'LAN');