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

@@ -59,7 +59,7 @@ class Hamqth {
$data = null;
try {
// URL to the XML Source
$xml_feed_url = 'https://www.hamqth.com/xml.php?id=' . $key . '&callsign=' . $callsign . '&prg=cloudlog';
$xml_feed_url = 'https://www.hamqth.com/xml.php?id=' . $key . '&callsign=' . $callsign . '&prg=wavelog';
// CURL Functions
$ch = curl_init();