diff options
Diffstat (limited to 'include/hostxrd.php')
-rw-r--r-- | include/hostxrd.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/hostxrd.php b/include/hostxrd.php deleted file mode 100644 index 7040f927d..000000000 --- a/include/hostxrd.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php - -function hostxrd($baseurl) { - - header('Access-Control-Allow-Origin: *'); - header("Content-type: text/xml"); - $tpl = file_get_contents('view/xrd_host.tpl'); - echo str_replace('$domain',$baseurl,$tpl); - session_write_close(); - exit(); - -}
\ No newline at end of file |