X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhostxrd.php;h=fe61a874c36ad952f034fd57fb183634a3073036;hb=41636a50aa4fd3f53ad9f9e9d797bfcc37ba8e13;hp=a1c24765b4a40e28755961ed22550f4a59c27178;hpb=360a46178b6f189a7ad4485fea65403463561149;p=friendica.git diff --git a/mod/hostxrd.php b/mod/hostxrd.php old mode 100644 new mode 100755 index a1c24765b4..fe61a874c3 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -32,7 +32,7 @@ function hostxrd_init(&$a) { $tpl = file_get_contents('view/xrd_host.tpl'); echo str_replace(array( - '$zroot','$domain','$zot_post','$bigkey'),array(z_root(),z_path(),z_root() . '/post', salmon_key(get_config('system','site_pubkey'))),$tpl); + '$zhost','$zroot','$domain','$zot_post','$bigkey'),array($a->get_hostname(),z_root(),z_path(),z_root() . '/post', salmon_key(get_config('system','site_pubkey'))),$tpl); session_write_close(); exit();