mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
added webfinger support
This commit is contained in:
parent
938247427d
commit
89c15cc092
5 changed files with 65 additions and 0 deletions
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();
|
Loading…
Add table
Add a link
Reference in a new issue