0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-11-04 22:53:23 +01:00

Allow requests from all origins and set content type to json

This commit is contained in:
peteruithoven 2014-03-07 12:27:30 +01:00
parent 6c30cf5c2c
commit fca968806a

View File

@ -1,5 +1,8 @@
<?php
header("Access-Control-Allow-Origin: *");
header("Content-type: application/json");
require 'credentials.php';
$database = "doodle3d_connect";