]> git.mxchange.org Git - friendica.git/blobdiff - mod/oexchange.php
Test the license check
[friendica.git] / mod / oexchange.php
index e279bfff29442e88f1389c0ec0f97673d329c731..2060ddd13a917122f6944182541c4e352aae2c7a 100644 (file)
@@ -32,7 +32,7 @@ function oexchange_init(App $a) {
                $tpl = Renderer::getMarkupTemplate('oexchange_xrd.tpl');
 
                $o = Renderer::replaceMacros($tpl, ['$base' => DI::baseUrl()]);
-               System::httpExit($o, Response::TYPE_XML);
+               System::httpExit($o, Response::TYPE_XML, 'application/xrd+xml');
        }
 }