OLD | NEW |
---|---|
(Empty) | |
1 <?php | |
2 $worker = $_SERVER['QUERY_STRING']; | |
3 if ($worker == 'bad-mime-type') { | |
4 header('Content-Type: text/html'); | |
5 } | |
6 ?> | |
7 | |
nhiroki
2015/04/15 07:23:31
Who uses this file?
falken
2015/04/15 08:17:45
removed, it was a left over of work in progress,
| |
OLD | NEW |