aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-14 22:14:17 -0700
committerredmatrix <git@macgirvin.com>2016-03-14 22:14:17 -0700
commitb673b6835d50a906e44b34ed7195ea28156b7fb0 (patch)
tree1d93b192b59cd8160fce89ae929e4e5b22b6f954 /include/network.php
parentef7494359ff78596f42ae034a0f04529b9d5afe5 (diff)
downloadvolse-hubzilla-b673b6835d50a906e44b34ed7195ea28156b7fb0.tar.gz
volse-hubzilla-b673b6835d50a906e44b34ed7195ea28156b7fb0.tar.bz2
volse-hubzilla-b673b6835d50a906e44b34ed7195ea28156b7fb0.zip
federation work
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php1
1 files changed, 1 insertions, 0 deletions
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' : ''));