mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Replace ALL lowercase occurences of cloudlog by wavelog
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user