]> git.mxchange.org Git - friendica.git/blobdiff - mod/_well_known.php
admin mail list seems wrong escaped
[friendica.git] / mod / _well_known.php
index 782dc7a1b145973eb2a1b061701f89c37ac17d80..f6a351bb2369802f5b16bc015594b43387b0233a 100644 (file)
@@ -27,7 +27,6 @@ function _well_known_init(App $a)
                }
        }
        System::httpExit(404);
-       killme();
 }
 
 function wk_social_relay()
@@ -73,8 +72,8 @@ function wk_social_relay()
                'subscribe' => $subscribe,
                'scope' => $scope,
                'tags' => $taglist,
-               'protocols' => ['diaspora' => System::baseUrl() . '/receive/public',
-                       'dfrn' => System::baseUrl() . '/dfrn_notify']
+               'protocols' => ['diaspora' => ['receive' => System::baseUrl() . '/receive/public'],
+                       'dfrn' => ['receive' => System::baseUrl() . '/dfrn_notify']]
        ];
 
        header('Content-type: application/json; charset=utf-8');