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