diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index a4c476534..86c3c76a4 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -45,7 +45,12 @@ class ShowstreamAction extends StreamAction { return; } - # Looks like we're good; show the header + # Looks like we're good; start output + + # For YADIS discovery, we also have a <meta> tag + + header('X-XRDS-Location: '. common_local_url('xrds', array('nickname' => + $user->nickname))); common_show_header($profile->nickname, array($this, 'show_header'), $user); |