mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix link; use same message for missing certs.
This commit is contained in:
parent
0930bd0184
commit
8fee59d6fe
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user