update
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ switch ($act) {
|
|||||||
$fwq = $ips->Getlocation($data['ym']['domain']);
|
$fwq = $ips->Getlocation($data['ym']['domain']);
|
||||||
$data['ym']['city'] = strToUTF8($fwq['country'] . ' ' . $fwq['area']);
|
$data['ym']['city'] = strToUTF8($fwq['country'] . ' ' . $fwq['area']);
|
||||||
}
|
}
|
||||||
$data['getip'] = getip();
|
$data['getip'] = getip(0, true);
|
||||||
$data['getBrowserOs'] = getBrowserOs();
|
$data['getBrowserOs'] = getBrowserOs();
|
||||||
$city = $ips->Getlocation($data['getip']);
|
$city = $ips->Getlocation($data['getip']);
|
||||||
$data['city'] = strToUTF8($city['country'] . ' ' . $city['area']);
|
$data['city'] = strToUTF8($city['country'] . ' ' . $city['area']);
|
||||||
|
|||||||
Reference in New Issue
Block a user