mirror of
https://github.com/friendica/friendica
synced 2025-01-22 12:59:46 +00:00
port hubzillas OpenWebAuth - fix some code standards violations
This commit is contained in:
parent
149142b4bc
commit
e4aaf8eb16
2 changed files with 22 additions and 22 deletions
|
@ -109,7 +109,7 @@ function xrd_xml($a, $uri, $alias, $profile_url, $r)
|
|||
'$salmon' => System::baseUrl() . '/salmon/' . $r['nickname'],
|
||||
'$salmen' => System::baseUrl() . '/salmon/' . $r['nickname'] . '/mention',
|
||||
'$subscribe' => System::baseUrl() . '/follow?url={uri}',
|
||||
'$openwebauth' => System::baseUrl() .'/owa',
|
||||
'$openwebauth' => System::baseUrl() . '/owa',
|
||||
'$modexp' => 'data:application/magic-public-key,' . $salmon_key]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue