mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
dfrn remote profile protocol revision
This commit is contained in:
parent
f5d782f5c5
commit
0fe997490d
5 changed files with 87 additions and 13 deletions
|
@ -172,7 +172,7 @@ function dfrn_request_post(&$a) {
|
|||
$dfrn_request = $contact_record['request'];
|
||||
|
||||
if(strlen($dfrn_request) && strlen($confirm_key))
|
||||
$s = fetch_url($dfrn_request . '?f=&confirm_key=' . $confirm_key);
|
||||
$s = fetch_url($dfrn_request . '?confirm_key=' . $confirm_key);
|
||||
|
||||
// (ignore reply, nothing we can do it failed)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue