]> git.mxchange.org Git - friendica.git/blobdiff - include/hostxrd.php
fix banner in duepuntozero
[friendica.git] / include / hostxrd.php
index 9161b265caecebfbb62f18a5ddec31b80e600648..987175c33164ff7336c9a53259409ab70168314d 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 
-function hostxrd($hostname) {
+function hostxrd($baseurl) {
 
        header("Content-type: text/xml");
        $tpl = file_get_contents('view/xrd_host.tpl');
-       echo str_replace('$domain',$hostname,$tpl);
+       echo str_replace('$domain',$baseurl,$tpl);
        session_write_close();
        exit();