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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user