X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhostxrd.php;h=1da8fda998095d9673f8f81d073561245faf778b;hb=0b5f7da270bcaa679cb684dbbbbe40781f0b49c6;hp=f31497557d7bd98503ec166c3def6bbf2216ff89;hpb=cd1724eb9ef4e07ced4c9019dd7bad55dc21abce;p=friendica.git diff --git a/mod/hostxrd.php b/mod/hostxrd.php index f31497557d..1da8fda998 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -1,34 +1,33 @@ get_hostname(),System::baseUrl(),System::baseUrl(),System::baseUrl() . '/post', salmon_key(Config::get('system','site_pubkey'))),$tpl);*/ $tpl = get_markup_template('xrd_host.tpl'); echo replace_macros($tpl, array( '$zhost' => $a->get_hostname(), '$zroot' => System::baseUrl(), '$domain' => System::baseUrl(), - '$zot_post' => System::baseUrl() . '/post', - '$bigkey' => salmon_key(Config::get('system','site_pubkey')), - )); - exit(); + '$bigkey' => Salmon::salmonKey(Config::get('system', 'site_pubkey'))) + ); + exit(); }