mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
zot stuff
This commit is contained in:
parent
2efb59e439
commit
69f4db9e12
3 changed files with 201 additions and 2 deletions
|
@ -394,7 +394,7 @@ function probe_url($url) {
|
|||
);
|
||||
$profile = $j->url;
|
||||
$notify = $j->post;
|
||||
$key = $j->pubkey;
|
||||
$pubkey = $j->pubkey;
|
||||
$poll = 'N/A';
|
||||
}
|
||||
}
|
||||
|
@ -570,7 +570,7 @@ function probe_url($url) {
|
|||
$result['priority'] = $priority;
|
||||
$result['network'] = $network;
|
||||
$result['alias'] = $alias;
|
||||
$result['key'] = $key;
|
||||
$result['pubkey'] = $pubkey;
|
||||
|
||||
logger('probe_url: ' . print_r($result,true), LOGGER_DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue