blob: 4a1ce0df43c4e5ef0445878400fceea23e668679 [file] [log] [blame]
<?php
usleep(400000);
header("Content-Type: image/png");
@readfile("square100.png");
?>