]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
new notify sort of working in testbubble
[friendica.git] / mod / hostxrd.php
old mode 100644 (file)
new mode 100755 (executable)
index a1c2476..fe61a87
@@ -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();