From f10f418396fbbd5cacb77767ce04199a70e42945 Mon Sep 17 00:00:00 2001 From: carsonxu <459452372@qq.com> Date: Wed, 24 Jan 2018 18:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/sts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/server/sts.php b/server/sts.php index bfe5513..3fec7cc 100644 --- a/server/sts.php +++ b/server/sts.php @@ -152,7 +152,6 @@ function getTempKeys() { curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); - curl_setopt($ch, CURLOPT_PROXY, $proxy); $result = curl_exec($ch); if(curl_errno($ch)) $result = curl_error($ch); curl_close($ch);