dir/include/hostxrd.php
2012-05-15 22:31:36 -07:00

7 lines
139 B
PHP
Executable file

<?php
$tpl = file_get_contents('view/xrd_host.tpl');
echo str_replace('$domain',$this->hostname,$tpl);
session_write_close();
exit();