All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog

This commit is contained in:
int2001
2024-01-17 14:20:10 +00:00
parent 97e87de210
commit c74a5475f2
212 changed files with 459 additions and 459 deletions

View File

@@ -2,7 +2,7 @@
class Update extends CI_Controller {
/*
Controls Updating Elements of Cloudlog
Controls Updating Elements of Wavelog
Functions:
dxcc - imports the latest clublog cty.xml data
lotw_users - imports lotw users
@@ -442,7 +442,7 @@ class Update extends CI_Controller {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $csvfile);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_USERAGENT, 'Cloudlog Updater');
curl_setopt($ch, CURLOPT_USERAGENT, 'Wavelog Updater');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$csv = curl_exec($ch);
curl_close($ch);
@@ -486,7 +486,7 @@ class Update extends CI_Controller {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $csvfile);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_USERAGENT, 'Cloudlog Updater');
curl_setopt($ch, CURLOPT_USERAGENT, 'Wavelog Updater');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$csv = curl_exec($ch);
curl_close($ch);