added webfinger support

This commit is contained in:
Mike Macgirvin 2010-07-23 16:33:34 -07:00
parent 938247427d
commit 89c15cc092
5 changed files with 65 additions and 0 deletions

6
include/hostxrd.php Normal file
View file

@ -0,0 +1,6 @@
<?php
$tpl = file_get_contents('view/xrd_host.tpl');
echo str_replace('$domain',$this->hostname,$tpl);
session_write_close();
exit();