From b72dcd2dc0c84f02277692072a7e56dff3b98f74 Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 8 May 2024 18:40:13 +0000 Subject: [PATCH] Marker / Preparing for Download --- application/controllers/Clublog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index c3701567e..394b6610a 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -72,6 +72,7 @@ class Clublog extends CI_Controller { $file_info = get_file_info('uploads/clublog'.$ranid.$station_row->station_id.'.adi'); // initialise the curl request + // New: https://clublog.org/getmatches.php?api=[key]&email=$clean_username&password=$clean_password&callsign=$station_row->station_callsign&startyear=2024&startmonth=4&startday=17 $request = curl_init('https://clublog.org/putlogs.php'); if($this->config->item('directory') != "") {