]> git.mxchange.org Git - friendica.git/blob - include/hostxrd.php
our implementation of "aspects" functionally complete
[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();