fix ip info
This commit is contained in:
@ -29,7 +29,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$res = shell_exec('curl -s https://ip.cn');
|
$res = shell_exec('curl -s https://ifconfig.me');
|
||||||
|
|
||||||
$res = @json_decode($res, true);
|
$res = @json_decode($res, true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user