diff options
Diffstat (limited to 'include/hostxrd.php')
-rw-r--r-- | include/hostxrd.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hostxrd.php b/include/hostxrd.php new file mode 100644 index 000000000..3279cea68 --- /dev/null +++ b/include/hostxrd.php @@ -0,0 +1,6 @@ +<?php + + $tpl = file_get_contents('view/xrd_host.tpl'); + echo str_replace('$domain',$this->hostname,$tpl); + session_write_close(); + exit(); |