aboutsummaryrefslogtreecommitdiffstats
path: root/include/hostxrd.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/hostxrd.php')
-rw-r--r--include/hostxrd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hostxrd.php b/include/hostxrd.php
index 3279cea68..f3bf9e769 100644
--- a/include/hostxrd.php
+++ b/include/hostxrd.php
@@ -1,6 +1,6 @@
<?php
- $tpl = file_get_contents('view/xrd_host.tpl');
+ $tpl = load_view_file('view/xrd_host.tpl');
echo str_replace('$domain',$this->hostname,$tpl);
session_write_close();
exit();