mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
adding defaults in mod/redir.php
This commit is contained in:
parent
363d00cc45
commit
32af52842b
3 changed files with 22 additions and 12 deletions
|
@ -4810,7 +4810,7 @@ function api_friendica_remoteauth()
|
|||
logger($contact['name'] . ' ' . $sec, LOGGER_DEBUG);
|
||||
$dest = ($url ? '&destination_url=' . $url : '');
|
||||
|
||||
System::externalRedirect((
|
||||
System::externalRedirect(
|
||||
$contact['poll'] . '?dfrn_id=' . $dfrn_id
|
||||
. '&dfrn_version=' . DFRN_PROTOCOL_VERSION
|
||||
. '&type=profile&sec=' . $sec . $dest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue