mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
6 lines
146 B
PHP
6 lines
146 B
PHP
|
<?php
|
||
|
sleep((int)$_GET['sleep']);
|
||
|
?>
|
||
|
<script type="text/javascript">
|
||
|
window.parent.parent.iframeCallback(<?php echo $_GET['return'];?>);
|
||
|
</script>
|