From 73fef0b85059daaf56e793e0861b004acd3cd830 Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 4 Dec 2024 08:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=A8=E6=88=B7ip=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helpers/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers.php b/helpers/helpers.php index fe12eb3..a2a1bd7 100644 --- a/helpers/helpers.php +++ b/helpers/helpers.php @@ -113,7 +113,7 @@ if (!function_exists('get_device_type')) { } $deviceInfo['ip'] = get_client_ip(); - $deviceInfo['ip_address'] = cc_get_ip_lookup(); +// $deviceInfo['ip_address'] = cc_get_ip_lookup(); return $deviceInfo; }