diff options
author | Friendika <info@friendika.com> | 2010-11-11 02:49:28 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-11 02:49:28 -0800 |
commit | 7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e (patch) | |
tree | 9c813130c32d83c440e145e514bb4e08f6fae0e3 /mod/profile.php | |
parent | 0abaa6724d6b2e7e3f5a3f8d81026cee9def0b10 (diff) | |
download | volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.tar.gz volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.tar.bz2 volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.zip |
ff account manager
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index 99c775c4e..8dd7b8ebf 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -70,7 +70,7 @@ function profile_init(&$a) { $a->page['htmlhead'] .= '<link rel="alternate" type="application/atom+xml" href="' . $a->get_baseurl() . '/dfrn_poll/' . $which .'" />' . "\r\n" ; $uri = urlencode('acct:' . $a->profile['nickname'] . '@' . $a->get_hostname() . (($a->path) ? '/' . $a->path : '')); $a->page['htmlhead'] .= '<link rel="lrdd" type="application/xrd+xml" href="' . $a->get_baseurl() . '/xrd/?uri=' . $uri . '" />' . "\r\n"; - header('Link: <' . $a->get_baseurl() . '/xrd/?uri=' . $uri . '>; rel="lrdd"; type="application/xrd+xml"'); + header('Link: <' . $a->get_baseurl() . '/xrd/?uri=' . $uri . '>; rel="lrdd"; type="application/xrd+xml"', false); $dfrn_pages = array('request', 'confirm', 'notify', 'poll'); |