correct host-meta mime type
This commit is contained in:
parent
4c02a82f6c
commit
3fd2e0d2ce
|
@ -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…
Reference in New Issue