correct host-meta mime type

remotes/origin/stable4
Michiel de Jong 14 years ago
parent 4c02a82f6c
commit 3fd2e0d2ce
  1. 2
      apps/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'];

Loading…
Cancel
Save