Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-05-11 17:27:11 +0400
committerMichiel de Jong <michiel@unhosted.org>2012-05-11 17:27:11 +0400
commit4f93ee5d04aea3c48fca8a9c11ad266e14118953 (patch)
treeda3b25c3e9d51acb6db8459c34380c5c0c846f5c /user_webfinger
parentb7367ba6a05e61f3b2f950e62f587e1a5ea66fe5 (diff)
correct host-meta mime type
Diffstat (limited to 'user_webfinger')
-rw-r--r--user_webfinger/host-meta.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_webfinger/host-meta.php b/user_webfinger/host-meta.php
index 7a60a81a4..8e9985a2e 100644
--- a/user_webfinger/host-meta.php
+++ b/user_webfinger/host-meta.php
@@ -1,7 +1,7 @@
<?php
$hostMetaHeader = array(
'Access-Control-Allow-Origin' => '*',
- 'Content-Type' => 'application/json+jrd'
+ 'Content-Type' => 'application/xrd+json'
);
$ownCloudDir = dirname($appsDir);
$docRoot = $_SERVER['DOCUMENT_ROOT'];