Commit:    bbed473811f9127b3ba670e7da726c3d892c06f3
Author:    Peter Cowburn <[email protected]>         Mon, 26 Nov 2012 
21:03:27 +0000
Parents:   6877baa6e81ec5c3509eb5b0443cc9be7c2d1c70
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=bbed473811f9127b3ba670e7da726c3d892c06f3

Log:
lets really talk to master (thanks Philip)

Changed paths:
  M  include/misc.php


Diff:
diff --git a/include/misc.php b/include/misc.php
index 3297718..9da9ecd 100644
--- a/include/misc.php
+++ b/include/misc.php
@@ -92,7 +92,7 @@ function findPHPUserProfile($username)
     if (!$token) {
         $token = trim(file_get_contents("token"));
     }
-    $retval = 
@file_get_contents("http://master.php.local/fetch/user-profile.php?username="; . 
$username . "&token=" . rawurlencode($token), false, $ctx);
+    $retval = 
@file_get_contents("https://master.php.net/fetch/user-profile.php?username="; . 
$username . "&token=" . rawurlencode($token), false, $ctx);
     if (!$retval) {
         if (isset($http_response_header) && $http_response_header) {
             list($protocol, $errcode, $errmsg) = explode(" ", 
$http_response_header[0], 3);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to