MAJ en Thelia 2.3.4
This commit is contained in:
@@ -75,6 +75,7 @@ class FileDownloader implements FileDownloaderInterface
|
||||
*/
|
||||
$con = curl_init($url);
|
||||
curl_setopt($con, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($con, CURLOPT_FOLLOWLOCATION, true);
|
||||
|
||||
$response = curl_exec($con);
|
||||
$errno = curl_errno($con);
|
||||
|
||||
Reference in New Issue
Block a user