invoiceninja/public/vendor/jquery/test/data/event/longLoadScript.php

4 lines
77 B
PHP
Raw Normal View History

2014-04-22 18:10:41 +03:00
<?php
sleep((int)$_GET['sleep']);
header('Content-type: text/javascript');
?>