]> git.mxchange.org Git - friendica.git/blob - include/hostxrd.php
f8c39892767f9bd49bea1193b315a901ddf949de
[friendica.git] / include / hostxrd.php
1 <?php
2         header("Content-type: text/xml");
3         $tpl = file_get_contents('view/xrd_host.tpl');
4         echo str_replace('$domain',$this->hostname,$tpl);
5         session_write_close();
6         exit();