From 94daae9b082f6ad02a908e4fe596c4746a0bc9e0 Mon Sep 17 00:00:00 2001 From: jhx <133451314@qq.com> Date: Wed, 12 Apr 2023 17:12:41 +0800 Subject: [PATCH] update --- handler/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);