initial
This commit is contained in:
commit
ea309f20ee
184 changed files with 16564 additions and 0 deletions
6
include/hostxrd.php
Executable file
6
include/hostxrd.php
Executable file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
$tpl = file_get_contents('view/xrd_host.tpl');
|
||||
echo str_replace('$domain',$this->hostname,$tpl);
|
||||
session_write_close();
|
||||
exit();
|
Loading…
Add table
Add a link
Reference in a new issue