blob: caf6dc3cb84388cec83dbf1de148355453320b3f [file] [log] [blame]
<?php
header("Content-Type: " . (isset($_GET["type"]) ? $_GET["type"] : "application/json"));
?>
{"number": "42"}