fix ip info
This commit is contained in:
parent
4844ef2c53
commit
8fe8d20c7d
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user