From 8b5e53c7024fdafc841560daabd5968838e36904 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 15 Feb 2024 18:11:19 +0000 Subject: [PATCH] Shifted json file to Cloudlogs CDN --- application/controllers/WorkableDXCC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/WorkableDXCC.php b/application/controllers/WorkableDXCC.php index 7b95da01..c26c7b65 100644 --- a/application/controllers/WorkableDXCC.php +++ b/application/controllers/WorkableDXCC.php @@ -23,7 +23,7 @@ class Workabledxcc extends CI_Controller { public function dxcclist() { - $json = file_get_contents('https://oscarwatch.org/scripts/read_ng3k_dxped_list.php'); + $json = file_get_contents('https://cdn.cloudlog.org/read_ng3k_dxped_list.php'); // Decode the JSON data into a PHP array $dataResult = json_decode($json, true);