mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-05 14:45:43 +00:00
4 lines
77 B
PHP
4 lines
77 B
PHP
<?php
|
|
sleep((int)$_GET['sleep']);
|
|
header('Content-type: text/javascript');
|
|
?>
|