jellyfin-web/dashboard-ui/bower_components/jquery/test/data/event/longLoadScript.php

4 lines
77 B
PHP
Raw Normal View History

2016-01-14 10:04:42 -07:00
<?php
sleep((int)$_GET['sleep']);
header('Content-type: text/javascript');
?>