diff options
author | redmatrix <git@macgirvin.com> | 2016-03-14 22:14:17 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-14 22:14:17 -0700 |
commit | b673b6835d50a906e44b34ed7195ea28156b7fb0 (patch) | |
tree | 1d93b192b59cd8160fce89ae929e4e5b22b6f954 /include/network.php | |
parent | ef7494359ff78596f42ae034a0f04529b9d5afe5 (diff) | |
download | volse-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.php | 1 |
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' : '')); |