Skip to content

Commit

Permalink
删掉多余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jan 24, 2018
1 parent 2dba7d6 commit f10f418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/sts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f10f418

Please sign in to comment.