2016-08-22 12:59:56 +02:00

4 lines
77 B
PHP

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