From 8fee59d6fe426347e2552aaaba93ef79a19d70d5 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 6 Apr 2011 19:53:46 -0400 Subject: [PATCH] Fix link; use same message for missing certs. --- usr/local/www/vpn_openvpn_server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php index aace1a20b5..d9fe634b1f 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 Certificate Manager or use the Wizard. to create one. "; + $savemsg .= "You have no Certificate Authorities defined. You can visit the Certificate Manager or use the Wizard. to create one. "; if (count($a_cert) == 0) - $savemsg .= "
You have no Certificates defined. You must visit the Certificate Manager to make one."; + $savemsg .= "
You have no Certificates defined. You can visit the Certificate Manager or use the Wizard. to create one. "; if ($input_errors) print_input_errors($input_errors);