correct host-meta mime type
This commit is contained in:
parent
4c02a82f6c
commit
3fd2e0d2ce
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$hostMetaHeader = array(
|
$hostMetaHeader = array(
|
||||||
'Access-Control-Allow-Origin' => '*',
|
'Access-Control-Allow-Origin' => '*',
|
||||||
'Content-Type' => 'application/json+jrd'
|
'Content-Type' => 'application/xrd+json'
|
||||||
);
|
);
|
||||||
$ownCloudDir = dirname($appsDir);
|
$ownCloudDir = dirname($appsDir);
|
||||||
$docRoot = $_SERVER['DOCUMENT_ROOT'];
|
$docRoot = $_SERVER['DOCUMENT_ROOT'];
|
||||||
|
|
Loading…
Reference in New Issue