Shifted json file to Cloudlogs CDN

这个提交包含在:
Peter Goodhall 2024-02-15 18:11:19 +00:00
父节点 1b7da685a0
当前提交 8b5e53c702

查看文件

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