Update Lotw.php

这个提交包含在:
Peter Goodhall 2020-09-08 00:33:41 +01:00
父节点 f526cb6bcf
当前提交 5e8d0109a0

查看文件

@ -322,7 +322,7 @@ class Lotw extends CI_Controller {
unlink(realpath($filename_for_saving)); unlink(realpath($filename_for_saving));
} }
} else { } else {
echo "No Station Profiles"; echo "No Station Profiles found to upload to LOTW";
} }
/* /*
@ -599,7 +599,7 @@ class Lotw extends CI_Controller {
return $results; return $results;
} }
} else { } else {
echo "No users found"; return "No LOTW User details found to carry out matches.";
} }
} }