blob: 50a1d288714cd578939d2623428c0fcb66eaa541 [file] [log] [blame]
<?php
$mime_type = $_GET["mt"];
header("Content-Type: ".$mime_type);
echo "<script>";
echo "alert('FAIL: ".$mime_type."');";
echo "</script>";
?>