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:
99dc131
)
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>
Thu, 30 Nov 2023 20:03:25 +0000
(15:03 -0500)
CRM/Utils/VersionCheck.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/VersionCheck.php
b/CRM/Utils/VersionCheck.php
index 80491b7c28cfbfeb707c67ddbaa690451946271d..3f463ac2b2b04dd5b9b0375cb1efcbaf292ef2ca 100644
(file)
--- a/
CRM/Utils/VersionCheck.php
+++ b/
CRM/Utils/VersionCheck.php
@@
-289,6
+289,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),
],