test
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
802c3f3f0c
commit
9aea3e0692
@ -1,6 +1,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<?php header("Location: index.php?action=queuing"); ?>
|
|
||||||
<body>
|
<body>
|
||||||
Queuing
|
Queuing
|
||||||
</body>
|
</body>
|
||||||
|
<?php
|
||||||
|
sleep(5);
|
||||||
|
header("Location: index.php?action=queuing");
|
||||||
|
?>
|
||||||
</html>
|
</html>
|
Loading…
Reference in new issue