diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php
index 478cd2f..5474596 100755
--- a/Controleur/ControleurRemboursement.php
+++ b/Controleur/ControleurRemboursement.php
@@ -19,8 +19,11 @@ class ControleurRemboursement extends Controleur {
public function index($msgErreur=null)
{
+ echo "heure : ".date();
+ echo "
";
+ echo "
";
echo "heure : ".time();
-
+
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
$msgErreurGed = "";