Use the correct content type

This commit is contained in:
Michael 2022-04-11 06:07:50 +00:00
parent 989ac2fda8
commit c88d306a41
3 changed files with 3 additions and 3 deletions

View file

@ -262,6 +262,6 @@ class Xrd extends BaseModule
header('Access-Control-Allow-Origin: *');
System::httpExit($arr['xml'], Response::TYPE_XML);
System::httpExit($arr['xml'], Response::TYPE_XML, 'application/xrd+xml');
}
}