projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4909ed0
)
Use proxy to look for civicrm updates, fixes RT#1314844
author
Ruben Rodriguez
<ruben@fsf.org>
Thu, 23 Aug 2018 22:17:57 +0000
(18:17 -0400)
committer
Ruben Rodriguez
<ruben@fsf.org>
Thu, 23 Aug 2018 22:17:57 +0000
(18:17 -0400)
CRM/Utils/VersionCheck.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/VersionCheck.php
b/CRM/Utils/VersionCheck.php
index 2c8cbd9cc4c46613f8a37e31d32cc913df09365e..69088d5adbe7c8655e88da20a08b3be28a095656 100644
(file)
--- a/
CRM/Utils/VersionCheck.php
+++ b/
CRM/Utils/VersionCheck.php
@@
-296,6
+296,7
@@
class CRM_Utils_VersionCheck {
$params = array(
'http' => array(
'method' => 'POST',
+ 'proxy'=>"tcp://serverproxy0p.fsf.org:8118",
'header' => 'Content-type: application/x-www-form-urlencoded',
'content' => http_build_query($this->stats),
),