jellyfin-web/dashboard-ui/bower_components/jquery/test/data/event/longLoadScript.php
2016-01-14 12:04:42 -05:00

4 lines
77 B
PHP

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