X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fhostxrd.php;h=f31497557d7bd98503ec166c3def6bbf2216ff89;hb=1474751f231c4f93d972fe88a96bbf2cd547e649;hp=fd4bfd10b06fa8daea782515fa5489fa15da7504;hpb=541d6ab8959fe3c069996e230def126c154da34d;p=friendica.git diff --git a/mod/hostxrd.php b/mod/hostxrd.php index fd4bfd10b0..f31497557d 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -1,6 +1,7 @@ get_hostname(),System::baseUrl(),System::baseUrl(),System::baseUrl() . '/post', salmon_key(get_config('system','site_pubkey'))),$tpl);*/ + '$zhost','$zroot','$domain','$zot_post','$bigkey'),array($a->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(get_config('system','site_pubkey')), + '$bigkey' => salmon_key(Config::get('system','site_pubkey')), )); exit();