X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhostxrd.php;h=27dc349db2df12977e428b9cedee672be9e8b281;hb=9259feec6f4b0a24c15f971a3dc8fa54f4f08141;hp=d41d8448050b7befb8e670f2a2302b14f46edaae;hpb=f42d76858655fc62dfbd05c0bcf2f6a49ea0bf30;p=friendica.git diff --git a/mod/hostxrd.php b/mod/hostxrd.php index d41d844805..27dc349db2 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -2,7 +2,7 @@ require_once('include/crypto.php'); -function hostxrd_init(App &$a) { +function hostxrd_init(App $a) { header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); $pubkey = get_config('system','site_pubkey');