diff options
Diffstat (limited to 'include')
-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(); |