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