]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
eliminate dup identical hashtags in posts
[friendica.git] / mod / hostxrd.php
index a1c24765b4a40e28755961ed22550f4a59c27178..fe61a874c36ad952f034fd57fb183634a3073036 100644 (file)
@@ -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();