]> git.mxchange.org Git - friendica.git/blobdiff - mod/hostxrd.php
added spaces (space-time!) and TODO that x() is maybe proper way?
[friendica.git] / mod / hostxrd.php
index d41d8448050b7befb8e670f2a2302b14f46edaae..27dc349db2df12977e428b9cedee672be9e8b281 100644 (file)
@@ -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');