@@ -17,7 +17,7 @@ |
||
17 | 17 | $ip = file_get_contents('https://api.ipify.org'); |
18 | 18 | $data = json_decode(file_get_contents("http://ip-api.com/json/" . $ip), true); |
19 | 19 | |
20 | - $asnArray = explode(' ' , $data['as']); |
|
20 | + $asnArray = explode(' ', $data['as']); |
|
21 | 21 | |
22 | 22 | $asn = substr($asnArray[0], 2); |
23 | 23 | $isp = $data['isp']; |