]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
Preparation for being able to comment every public item
[friendica.git] / mod / hostxrd.php
index f31497557d7bd98503ec166c3def6bbf2216ff89..0403945efcc0ed7b422889d2426fc4eaf9209f4c 100644 (file)
@@ -18,15 +18,11 @@ function hostxrd_init(App $a) {
                Config::set('system','site_pubkey', $res['pubkey']);
        }
 
-       //$tpl = file_get_contents('view/xrd_host.tpl');
-       /*echo str_replace(array(
-               '$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(Config::get('system','site_pubkey')),
        ));
        exit();