zot stuff

This commit is contained in:
Friendika 2011-07-15 03:08:43 -07:00
parent 2efb59e439
commit 69f4db9e12
3 changed files with 201 additions and 2 deletions

View file

@ -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);