From 1b5433e16f8fd082408ac207ce8020ec2bf5188b Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 28 Jun 2019 11:50:19 +0800 Subject: [PATCH] =?UTF-8?q?curl=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/helpers/payment_helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webht/third_party/pay/helpers/payment_helper.php b/webht/third_party/pay/helpers/payment_helper.php index 6eb7f5b7..8a5cd3e4 100644 --- a/webht/third_party/pay/helpers/payment_helper.php +++ b/webht/third_party/pay/helpers/payment_helper.php @@ -70,6 +70,7 @@ function getaqiMonth($url){ */ function async_curl($url, $second = 1) { + log_message('error','Webht Async Call: '. $url); $ch = curl_init(); $curlVersion = curl_version(); $ua = "Webht (".PHP_OS.") PHP/".PHP_VERSION." CURL/".$curlVersion['version']." " . "AsyncJob";