only put public keys in XRD

This commit is contained in:
James Walker 2010-02-26 13:40:33 -05:00
parent bbb0a7d5bc
commit 3a7eef1074

View File

@ -99,7 +99,7 @@ class XrdAction extends Action
}
$xrd->links[] = array('rel' => Magicsig::PUBLICKEYREL,
'href' => 'data:application/magic-public-key;'. $magickey->keypair);
'href' => 'data:application/magic-public-key;'. $magickey->toString(false));
// TODO - finalize where the redirect should go on the publisher
$url = common_local_url('ostatussub') . '?profile={uri}';