mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-22 17:26:14 -04:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ee2378cec | ||
|
|
f3c0db0f39 | ||
|
|
3a52af6327 |
@@ -1,3 +1,7 @@
|
||||
Hubzilla 2.6.2 (2017-08-31)
|
||||
- Fix webfinger returns invalid XML (github issue #851)
|
||||
|
||||
|
||||
Hubzilla 2.6.1 (2017-08-18)
|
||||
- Fix a regression with dav clients
|
||||
- Raise install requirements
|
||||
|
||||
@@ -57,7 +57,7 @@ class Xrd extends \Zotlabs\Web\Controller {
|
||||
'$poco_url' => z_root() . '/poco/' . $r[0]['channel_address'],
|
||||
'$photo' => z_root() . '/photo/profile/l/' . $r[0]['channel_id'],
|
||||
'$modexp' => 'data:application/magic-public-key,' . $salmon_key,
|
||||
'$subscribe' => z_root() . '/follow?f=&url={uri}',
|
||||
'$subscribe' => z_root() . '/follow?f=&url={uri}',
|
||||
));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user