summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-02 23:46:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-02 23:46:18 +0000
commite54d4de6d5db5f2a9d6be5f689fdd885cbc9b551 (patch)
tree29f6b907323a2ca524d8faa36cc73ac1771c0f7b /usr/local/www/vpn_ipsec_edit.php
parent1cfed9dbba25c4be44bcecd8be5f3d595c549f58 (diff)
downloadpfsense-e54d4de6d5db5f2a9d6be5f689fdd885cbc9b551.zip
pfsense-e54d4de6d5db5f2a9d6be5f689fdd885cbc9b551.tar.gz
Remove #!/usr/local/bin/php
Diffstat (limited to 'usr/local/www/vpn_ipsec_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index 5234786..4fd5e88 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -1,4 +1,3 @@
-#!/usr/local/bin/php
<?php
/*
vpn_ipsec_edit.php
@@ -304,16 +303,7 @@ function methodsel_change() {
<span class="vexpl">Set this option to disable this tunnel without
removing it from the list.</span></td>
</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>
+ <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');
OpenPOWER on IntegriCloud