summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-26 02:37:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-26 02:37:47 +0000
commit1e7fc26926b8c312dd1f16e217cff7214c029b2f (patch)
tree8cf93c8c651db7397b47f42c79add9cc5dc5f8b5
parent12c26da96426de53204fd889dd1969110d1e8b0a (diff)
downloadpfsense-1e7fc26926b8c312dd1f16e217cff7214c029b2f.zip
pfsense-1e7fc26926b8c312dd1f16e217cff7214c029b2f.tar.gz
Use TARGET='_new'
-rwxr-xr-xusr/local/www/vpn_ipsec_ca_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_ca_edit.php b/usr/local/www/vpn_ipsec_ca_edit.php
index e2cc7ef..dbbbe8b 100755
--- a/usr/local/www/vpn_ipsec_ca_edit.php
+++ b/usr/local/www/vpn_ipsec_ca_edit.php
@@ -119,7 +119,7 @@ if ($_POST) {
<td width="22%" valign="top" class="vncellreq">Certificate</td>
<td width="78%" class="vtable">
<textarea name="cert" cols="65" rows="7" id="cert" class="formpre"><?=htmlspecialchars($pconfig['cert']);?></textarea>
- <br>Paste a CA certificate in X.509 PEM format here. <A HREF='vpn_ipsec_ca_edit_create_cert.php'>Create Certificates</A></td>
+ <br>Paste a CA certificate in X.509 PEM format here. <A TARGET='_new' HREF='vpn_ipsec_ca_edit_create_cert.php'>Create Certificates</A></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud