Shifted json file to Cloudlogs CDN
这个提交包含在:
父节点
1b7da685a0
当前提交
8b5e53c702
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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);
|
||||
|
|
|
|||
正在加载…
在新工单中引用