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

@@ -8,7 +8,7 @@ class Hrdlog extends CI_Controller {
/*
* Upload QSO to hrdlog.net
* When called from the url cloudlog/hrdlog/upload, the function loops through all station_id's with a hrdlog code defined.
* When called from the url wavelog/hrdlog/upload, the function loops through all station_id's with a hrdlog code defined.
* All QSOs not previously uploaded, will then be uploaded, one at a time
*/
public function upload() {