added webfinger support
This commit is contained in:
6
include/hostxrd.php
Normal file
6
include/hostxrd.php
Normal 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();
|
Reference in New Issue
Block a user