aboutsummaryrefslogtreecommitdiffstats
path: root/include/hostxrd.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-04 22:37:45 -0700
committerFriendika <info@friendika.com>2011-08-04 22:37:45 -0700
commit2abcf76ec17a9a7754c399cdde9a4449308a4b02 (patch)
treec1fb8a0aa1e1dc3f7cfe604694b23e633f81737e /include/hostxrd.php
parent12d5482fc1703b66024ec432994c87ee9c1ea432 (diff)
downloadvolse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.tar.gz
volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.tar.bz2
volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.zip
salmon protocol changes magicsig draft-experimental, fixes to hostxrd
Diffstat (limited to 'include/hostxrd.php')
-rw-r--r--include/hostxrd.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/hostxrd.php b/include/hostxrd.php
deleted file mode 100644
index 18c3e4b1e..000000000
--- a/include/hostxrd.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-function hostxrd() {
- header('Access-Control-Allow-Origin: *');
- header("Content-type: text/xml");
- $tpl = file_get_contents('view/xrd_host.tpl');
- echo str_replace(array('$zroot','$domain'),array(z_root(),z_path()),$tpl);
- session_write_close();
- exit();
-
-} \ No newline at end of file