Revision 8fee59d6
Added by Jim Pingle over 14 years ago
usr/local/www/vpn_openvpn_server.php | ||
---|---|---|
563 | 563 |
if (!$savemsg) |
564 | 564 |
$savemsg = ""; |
565 | 565 |
if (count($a_ca) == 0) |
566 |
$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. "; |
|
566 |
$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. ";
|
|
567 | 567 |
if (count($a_cert) == 0) |
568 |
$savemsg .= "<br/>You have no Certificates defined. You must visit the <a href=\"system_camanager.php\">Certificate Manager</a> to make one.";
|
|
568 |
$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. ";
|
|
569 | 569 |
|
570 | 570 |
if ($input_errors) |
571 | 571 |
print_input_errors($input_errors); |
Also available in: Unified diff
Fix link; use same message for missing certs.