mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
adjust regex
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
This commit is contained in:
@@ -320,7 +320,7 @@ class Lotw extends CI_Controller {
|
||||
}
|
||||
}
|
||||
|
||||
if (!preg_match('/<!-- \.UPL\.\s+accepted -->/', $result)) {
|
||||
if (!preg_match('/<!-- \.UPL\.\s*accepted -->/', $result)) {
|
||||
// Upload of TQ8 Failed for unknown reason
|
||||
echo $station_profile->station_callsign." (".$station_profile->station_profile_name."): Upload Failed - ".curl_strerror(curl_errno($ch))." (".curl_errno($ch).")<br>";
|
||||
$this->Lotw_model->last_upload($data['lotw_cert_info']->lotw_cert_id, "Upload failed");
|
||||
|
||||
Reference in New Issue
Block a user