Skip to content
Snippets Groups Projects
Commit 3fd2e0d2 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

correct host-meta mime type

parent 4c02a82f
No related branches found
No related tags found
No related merge requests found
<?php
$hostMetaHeader = array(
'Access-Control-Allow-Origin' => '*',
'Content-Type' => 'application/json+jrd'
'Content-Type' => 'application/xrd+json'
);
$ownCloudDir = dirname($appsDir);
$docRoot = $_SERVER['DOCUMENT_ROOT'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment