From eb341f9494511e1da0ea70d787dd6db734c2a2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Tue, 10 Jan 2023 17:19:13 +0100 Subject: [PATCH] test --- WEB/View/src/pages/Multijoueur/GameEnd.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/View/src/pages/Multijoueur/GameEnd.php b/WEB/View/src/pages/Multijoueur/GameEnd.php index aa7cc6f8..f09bd8af 100644 --- a/WEB/View/src/pages/Multijoueur/GameEnd.php +++ b/WEB/View/src/pages/Multijoueur/GameEnd.php @@ -21,6 +21,7 @@

Vous avez terminer toute les énimges.

Temps restant avant la fin de la partie :

modify('+'. $_SESSION['tpsMaxPartie'] .'seconds'); $now = new DateTime(); $interval = $now->diff($end_time);