aboutsummaryrefslogtreecommitdiffstats
path: root/mod/xrd.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-04 22:37:45 -0700
committerFriendika <info@friendika.com>2011-08-04 22:37:45 -0700
commit2abcf76ec17a9a7754c399cdde9a4449308a4b02 (patch)
treec1fb8a0aa1e1dc3f7cfe604694b23e633f81737e /mod/xrd.php
parent12d5482fc1703b66024ec432994c87ee9c1ea432 (diff)
downloadvolse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.tar.gz
volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.tar.bz2
volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.zip
salmon protocol changes magicsig draft-experimental, fixes to hostxrd
Diffstat (limited to 'mod/xrd.php')
-rw-r--r--mod/xrd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/xrd.php b/mod/xrd.php
index 4889639f0..c96c18f3c 100644
--- a/mod/xrd.php
+++ b/mod/xrd.php
@@ -23,7 +23,7 @@ function xrd_content(&$a) {
if(! count($r))
killme();
- $salmon_key = salmon_key($r[0]['spubkey']);
+ $salmon_key = str_replace('=','',salmon_key($r[0]['spubkey']));
header('Access-Control-Allow-Origin: *');
header("Content-type: text/xml");