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:
867c3b3
)
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
Michael McMahon
<michael@fsf.org>
Tue, 27 Sep 2022 21:05:22 +0000
(17:05 -0400)
CRM/Utils/VersionCheck.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/VersionCheck.php
b/CRM/Utils/VersionCheck.php
index 4a9407f5dbe8f7783b30a9f77c0f6da81415cd4c..8ea909040db70a22fb45240f02757c79d36ed6cb 100644
(file)
--- a/
CRM/Utils/VersionCheck.php
+++ b/
CRM/Utils/VersionCheck.php
@@
-285,6
+285,7
@@
class CRM_Utils_VersionCheck {
$params = [
'http' => [
'method' => 'POST',
+ 'proxy'=>"tcp://serverproxy0p.fsf.org:8118",
'header' => 'Content-type: application/x-www-form-urlencoded',
'content' => http_build_query($this->stats),
],