blob: 3b2ee7aa2477f96e848d665631ab10ebc9cb1810 [file] [log] [blame]
<?php
if (isset($_GET["delay"]))
sleep($_GET["delay"]);
header('Cache-Control: no-cache, must-revalidate');
header('Content-Type: text/javascript');
echo($_GET["script"])
?>