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