#tradewind:fix ip
This commit is contained in:
parent
81c1b9d3e5
commit
fceb2c5019
@ -29,7 +29,7 @@ try {
|
||||
}
|
||||
|
||||
|
||||
$realIp = shell_exec('curl -s https://ifconfig.me');
|
||||
$realIp = shell_exec('curl -s ip.sb');
|
||||
|
||||
if (!empty($realIp)) {
|
||||
if ($realIp !== $recordIp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user