diff --git a/handler/index.php b/handler/index.php index 91974f3..6ceb922 100644 --- a/handler/index.php +++ b/handler/index.php @@ -59,7 +59,7 @@ switch ($act) { $fwq = $ips->Getlocation($data['ym']['domain']); $data['ym']['city'] = strToUTF8($fwq['country'] . ' ' . $fwq['area']); } - $data['getip'] = getip(); + $data['getip'] = getip(0, true); $data['getBrowserOs'] = getBrowserOs(); $city = $ips->Getlocation($data['getip']); $data['city'] = strToUTF8($city['country'] . ' ' . $city['area']);