mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
Shifted json file to Cloudlogs CDN
This commit is contained in:
parent
1b7da685a0
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user