1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Fixes #1315 - Sync with Github on localhost now functional

This commit is contained in:
Tijn Kuyper
2016-02-08 13:14:42 +01:00
parent 706e79af1f
commit 9a89036671

View File

@@ -428,6 +428,7 @@ class e_file
curl_setopt($cp, CURLOPT_HEADER, 0);
curl_setopt($cp, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)");
curl_setopt($cp, CURLOPT_COOKIEFILE, e_SYSTEM.'cookies.txt');
curl_setopt($cp, CURLOPT_SSL_VERIFYPEER, FALSE);
$buffer = curl_exec($cp);