Skip to content

Commit

Permalink
Merge pull request smarty-php#77 from think-ahead/release-2.0.7.3
Browse files Browse the repository at this point in the history
Merge release 2.0.7.3 into master branch
  • Loading branch information
think-seron authored Nov 8, 2021
2 parents 2b1d7c3 + 2d545fd commit 5905a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/components/misc_function.php
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,7 @@ function Curl($url, $options = array())
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_SSL_VERIFYHOST => false,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_TIMEOUT => 0,
CURLOPT_URL => $url
);
Expand Down

0 comments on commit 5905a53

Please sign in to comment.