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:
1fdb68f
)
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@trisquel.org>
Mon, 5 Jun 2023 20:53:22 +0000
(16:53 -0400)
CRM/Utils/VersionCheck.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/VersionCheck.php
b/CRM/Utils/VersionCheck.php
index 56da0c7564ecfdface8596e7dbf14041e4e14423..a6d44478ff7a28b1b2789315079f37da6d00850b 100644
(file)
--- a/
CRM/Utils/VersionCheck.php
+++ b/
CRM/Utils/VersionCheck.php
@@
-287,6
+287,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),
],