summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-04-06 19:53:46 -0400
committerjim-p <jimp@pfsense.org>2011-04-06 19:53:46 -0400
commit8fee59d6fe426347e2552aaaba93ef79a19d70d5 (patch)
treecc073687c725516b77982f8eab383146c30072a9 /usr
parent0930bd0184d581ef34814e729355fc98edbe9050 (diff)
downloadpfsense-8fee59d6fe426347e2552aaaba93ef79a19d70d5.zip
pfsense-8fee59d6fe426347e2552aaaba93ef79a19d70d5.tar.gz
Fix link; use same message for missing certs.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/vpn_openvpn_server.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index aace1a2..d9fe634 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -563,9 +563,9 @@ function netbios_change() {
if (!$savemsg)
$savemsg = "";
if (count($a_ca) == 0)
- $savemsg .= "You have no Certificate Authorities defined. You can visit the <a href=\"system_camanager.php\">Certificate Manager or use the <a href=\"wizard.php?xml=openvpn_wizard.xml\">Wizard.</a> to create one. ";
+ $savemsg .= "You have no Certificate Authorities defined. You can visit the <a href=\"system_camanager.php\">Certificate Manager</a> or use the <a href=\"wizard.php?xml=openvpn_wizard.xml\">Wizard.</a> to create one. ";
if (count($a_cert) == 0)
- $savemsg .= "<br/>You have no Certificates defined. You must visit the <a href=\"system_camanager.php\">Certificate Manager</a> to make one.";
+ $savemsg .= "<br/>You have no Certificates defined. You can visit the <a href=\"system_camanager.php\">Certificate Manager</a> or use the <a href=\"wizard.php?xml=openvpn_wizard.xml\">Wizard.</a> to create one. ";
if ($input_errors)
print_input_errors($input_errors);
OpenPOWER on IntegriCloud