diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-11-19 21:40:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-11-19 21:40:51 +0000 |
commit | bafc1e3f22a9942e91e75f89d409a7a0e80f451b (patch) | |
tree | ffab941b8d41af56e7306c891f2ad3f22726db34 | |
parent | aebf8c9ac6376e6a108200d2b675ee807b0cd8f2 (diff) | |
download | pfsense-bafc1e3f22a9942e91e75f89d409a7a0e80f451b.zip pfsense-bafc1e3f22a9942e91e75f89d409a7a0e80f451b.tar.gz |
Prefer older IPSEC SA's option.
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php index 1ce7876..edbcd7d 100755 --- a/usr/local/www/vpn_ipsec.php +++ b/usr/local/www/vpn_ipsec.php @@ -110,7 +110,7 @@ if ($_GET['act'] == "del") { </td></tr> <tr> <td class="tabcont"> - <table width="100%" border="0" cellpadding="6" cellspacing="0"> + <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td class="vtable"><p><span class="vexpl"> </span> <input name="enable" type="checkbox" id="enable" value="yes" <?php if ($pconfig['enable'] == "yes") echo "checked";?>> |