mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
updated wiki links
This commit is contained in:
@@ -8,7 +8,7 @@ class Club extends CI_Controller
|
||||
* 3 - Member
|
||||
*
|
||||
* These permission levels are independent of the codeigniter permission levels and managed in the club_permissions table!
|
||||
* https://github.com/wavelog/wavelog/wiki/Clubstations
|
||||
* https://docs.wavelog.org/admin-guide/administration/clubstations/
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -441,7 +441,7 @@ class Lotw extends CI_Controller {
|
||||
unlink($file);
|
||||
// OpenSSL error:11800071:PKCS12 routines::mac verify failure is most likely an (unknown) password set on the exported certificate
|
||||
if (str_contains($openssl_error_pkcs12_read, 'mac verify failure')) {
|
||||
$this->session->set_flashdata('warning', sprintf(__("The certificate found in file %s contains a password and cannot be processed. %sPlease make sure you export the LoTW certificate from tqsl application without password!%s For further information please visit the %sLoTW FAQ page%s in the Wavelog Wiki."), basename($file), '<b>', '</b>', '<a target="_blank" href="https://github.com/wavelog/wavelog/wiki/Logbook-of-The-World-(LoTW)">', '</a>'));
|
||||
$this->session->set_flashdata('warning', sprintf(__("The certificate found in file %s contains a password and cannot be processed. %sPlease make sure you export the LoTW certificate from tqsl application without password!%s For further information please visit the %sLoTW FAQ page%s in the Wavelog Wiki."), basename($file), '<b>', '</b>', '<a target="_blank" href="https://docs.wavelog.org/user-guide/qsl/lotw/">', '</a>'));
|
||||
} else {
|
||||
$this->session->set_flashdata('warning', sprintf(__("Generic error extracting the certificate from file %s. If the filename contains 'key-only' this is typically a certificate request which has not been processed by LoTW yet."), basename($file)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user