2014-04-22 18:10:41 +03:00

4 lines
77 B
PHP

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