mirror of
https://github.com/jquery/jquery.git
synced 2026-01-15 03:58:17 -05:00
4 lines
77 B
PHP
4 lines
77 B
PHP
<?php
|
|
sleep((int)$_GET['sleep']);
|
|
header('Content-type: text/javascript');
|
|
?>
|