blob: 7a6570cf3f6a99ea593fd8732a6f634619e0170d [file] [log] [blame]
<?php
sleep(5000);
header('http/1.1 404 Not Found');
print("File not found\n");
?>