diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-12 04:39:32 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-12 04:39:32 -0700 |
commit | dba866c689e4539b389c9c3982a6e1fb7b373c03 (patch) | |
tree | a7694df28b750ae6c915f9298051d25e268a709f /include/hostxrd.php | |
parent | 013d2604f886bc7cbd2c5263d3577e8cf40f9fcc (diff) | |
download | volse-hubzilla-dba866c689e4539b389c9c3982a6e1fb7b373c03.tar.gz volse-hubzilla-dba866c689e4539b389c9c3982a6e1fb7b373c03.tar.bz2 volse-hubzilla-dba866c689e4539b389c9c3982a6e1fb7b373c03.zip |
more comprehensive XRD linkages
Diffstat (limited to 'include/hostxrd.php')
-rw-r--r-- | include/hostxrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hostxrd.php b/include/hostxrd.php index 3279cea68..f8c398927 100644 --- a/include/hostxrd.php +++ b/include/hostxrd.php @@ -1,5 +1,5 @@ <?php - + header("Content-type: text/xml"); $tpl = file_get_contents('view/xrd_host.tpl'); echo str_replace('$domain',$this->hostname,$tpl); session_write_close(); |