test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 9aea3e0692
commit fc8d75234b

@ -173,7 +173,6 @@ class UserController
{
try {
global $rep, $vues, $error;
echo "Vous êtes dans la fille d'attente\n";
require($rep . $vues['queue']);
} catch (Exception $e) {
$error = $e->getMessage();

@ -2,8 +2,5 @@
<body>
Queuing
</body>
<?php
sleep(5);
header("Location: index.php?action=queuing");
?>
<a name="" id="" class="btn btn-primary" href="index.php?action=queuing" role="button">Confirmer</a>
</html>
Loading…
Cancel
Save