correct host-meta mime type

This commit is contained in:
Michiel de Jong 2012-05-11 15:27:11 +02:00
parent 4c02a82f6c
commit 3fd2e0d2ce
1 changed files with 1 additions and 1 deletions

View File

@ -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'];