blob: 98b8968fc79c0c04cc122fea3e97cbd9fd9add5b [file] [log] [blame]
<?php
$mimetype = strtolower($_GET["mimetype"]);
header("Content-Type: $mimetype");
?>
increment++;