Shifted json file to Cloudlogs CDN

pull/2978/head
Peter Goodhall 2024-02-15 18:11:19 +00:00
rodzic 1b7da685a0
commit 8b5e53c702
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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