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);