1
0

longLoadScript.php 77 B

1234
  1. <?php
  2. sleep((int)$_GET['sleep']);
  3. header('Content-type: text/javascript');
  4. ?>