2010-07-24 01:33:34 +02:00
|
|
|
<?php
|
2010-10-12 13:39:32 +02:00
|
|
|
header("Content-type: text/xml");
|
2010-10-04 13:22:34 +02:00
|
|
|
$tpl = file_get_contents('view/xrd_host.tpl');
|
2010-07-24 01:33:34 +02:00
|
|
|
echo str_replace('$domain',$this->hostname,$tpl);
|
|
|
|
session_write_close();
|
|
|
|
exit();
|