Replace ALL lowercase occurences of cloudlog by wavelog

This commit is contained in:
int2001
2024-01-17 14:13:23 +00:00
parent 2128f42337
commit 97e87de210
113 changed files with 201 additions and 201 deletions

View File

@@ -13,7 +13,7 @@ class Qrz extends CI_Controller {
/*
* Upload QSO to QRZ.com
* When called from the url cloudlog/qrz/upload, the function loops through all station_id's with a qrz api key defined.
* When called from the url wavelog/qrz/upload, the function loops through all station_id's with a qrz api key defined.
* All QSOs not previously uploaded, will then be uploaded, one at a time
*/
public function upload() {