]> git.mxchange.org Git - friendica.git/blob - include/hostxrd.php
work in progress js_uploader plugin, turn java uploader into plugin - not done yet
[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();