X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fxrd.php;h=8ac6ff7cfca81d5b174f2d9f7ac309ab17dcbc26;hb=285d617569f525b213318bcb2eadcbb34400e4f3;hp=a0ecbaea806890aeffa4339abfb2197c30d3b66d;hpb=43283fd35fb9987a1554612220f11a0875697bd4;p=friendica.git diff --git a/mod/xrd.php b/mod/xrd.php index a0ecbaea80..8ac6ff7cfc 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -27,7 +27,7 @@ function xrd_content(&$a) { header("Content-type: text/xml"); - $tpl = load_view_file('view/xrd_person.tpl'); + $tpl = file_get_contents('view/xrd_person.tpl'); $o = replace_macros($tpl, array( '$accturi' => $uri,