blob: be9752b6a7e6406c2c38b478b5ff4b0073555046 [file] [log] [blame]
<?php
header("HTTP/1.0 200 OK");
if (isset($_GET['m']) && $_GET['m'] != "")
header("Content-Type: " . $_GET['m']);
echo "<h1>Hello</h1>"
?>