Skip to content

Commit

Permalink
Merge branch 'master' into 0.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Dec 18, 2013
2 parents b672e12 + bf34e34 commit 08a8d6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion json.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/* This is just a dummy file for generating example JSON. */

header("Access-Control-Allow-Origin: *");

$response[""] = "--";

if (isset($_GET["series"]) && isset($_GET["model"])) {
Expand Down Expand Up @@ -181,4 +183,4 @@
};
}

print json_encode($response);
print json_encode($response);

0 comments on commit 08a8d6b

Please sign in to comment.