From 3fd2e0d2cef04699d07e6f6bf5cfec93f6aabfd8 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Fri, 11 May 2012 15:27:11 +0200 Subject: [PATCH] correct host-meta mime type --- apps/user_webfinger/host-meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_webfinger/host-meta.php b/apps/user_webfinger/host-meta.php index 7a60a81a4a..8e9985a2e1 100644 --- a/apps/user_webfinger/host-meta.php +++ b/apps/user_webfinger/host-meta.php @@ -1,7 +1,7 @@ '*', - 'Content-Type' => 'application/json+jrd' + 'Content-Type' => 'application/xrd+json' ); $ownCloudDir = dirname($appsDir); $docRoot = $_SERVER['DOCUMENT_ROOT'];