image.php 53 B

123
  1. <?php
  2. header('Content-type: image/jpeg');
  3. sleep(10);