#tradewind:trim
This commit is contained in:
parent
64b3f5599e
commit
c0b0562ccd
@ -30,6 +30,7 @@ try {
|
|||||||
|
|
||||||
|
|
||||||
$realIp = shell_exec('curl -s ip.sb');
|
$realIp = shell_exec('curl -s ip.sb');
|
||||||
|
$realIp = str_replace("\n", "", $realIp);
|
||||||
|
|
||||||
if (!empty($realIp)) {
|
if (!empty($realIp)) {
|
||||||
if ($realIp !== $recordIp) {
|
if ($realIp !== $recordIp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user