for real this time!

orig_fof
steveminutillo 2007-07-11 00:53:06 +00:00
parent 64e19aa29c
commit 94052b834a
2 changed files with 2 additions and 2 deletions

View File

@ -6500,7 +6500,7 @@ class SimplePie_File
// added by FoF to enable https and digest authentication
curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($fp, CURLOPT_HTTPAUTH, CURLAUTH_ANY)
curl_setopt($fp, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
$this->headers = curl_exec($fp);
if (curl_errno($fp) == 23 || curl_errno($fp) == 61)

View File

@ -9,7 +9,7 @@ Index: simplepie.inc
+
+ // added by FoF to enable https and digest authentication
+ curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, false);
+ curl_setopt($fp, CURLOPT_HTTPAUTH, CURLAUTH_ANY)
+ curl_setopt($fp, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
$this->headers = curl_exec($fp);
if (curl_errno($fp) == 23 || curl_errno($fp) == 61)