improve logging zot_finger
This commit is contained in:
parent
8aadb9ec3c
commit
4680a818ea
@ -181,7 +181,7 @@ function zot_finger($webbie,$channel) {
|
|||||||
$rhs = '/.well-known/zot-info';
|
$rhs = '/.well-known/zot-info';
|
||||||
$https = ((strpos($url,'https://') === 0) ? true : false);
|
$https = ((strpos($url,'https://') === 0) ? true : false);
|
||||||
|
|
||||||
logger('zot_finger: ' . $url, LOGGER_DEBUG);
|
logger('zot_finger: ' . $address . ' at ' . $url, LOGGER_DEBUG);
|
||||||
|
|
||||||
if($channel) {
|
if($channel) {
|
||||||
$postvars = array(
|
$postvars = array(
|
||||||
|
Reference in New Issue
Block a user