From b673b6835d50a906e44b34ed7195ea28156b7fb0 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 14 Mar 2016 22:14:17 -0700 Subject: federation work --- include/network.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 4eca53f92..7399b4526 100644 --- a/include/network.php +++ b/include/network.php @@ -1304,6 +1304,7 @@ function webfinger_rfc7033($webbie,$zot = false) { else return false; } + logger('fetching url from resource: ' . $rhs . ':' . $webbie); $s = z_fetch_url('https://' . $rhs . '/.well-known/webfinger?f=&resource=' . $resource . (($zot) ? '&zot=1' : '')); -- cgit v1.2.3