diff options
Diffstat (limited to 'include/hostxrd.php')
-rw-r--r-- | include/hostxrd.php | 11 |
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 |