jquery/test/data/event/longLoadScript.php

4 lines
77 B
PHP
Raw Normal View History

<?php
sleep((int)$_GET['sleep']);
header('Content-type: text/javascript');
?>