blob: 0868f581b616f6da24376759547fdacd342a0728 [file] [log] [blame]
<?php
header('http/1.1 404 Not Found');
header("Access-Control-Allow-Origin: *");
exit();
?>