diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php
index 059ef88..093be4b 100755
--- a/Controleur/ControleurRemboursement.php
+++ b/Controleur/ControleurRemboursement.php
@@ -19,10 +19,10 @@ class ControleurRemboursement extends Controleur {
public function index($msgErreur=null)
{
- echo "a a a a a a Date du jour kane ".date("d/m/Y");
+ echo "a a a a a a aaaa Date du jour kane ".date("d/m/Y");
echo "
";
echo "
";
- echo "a a a a a a Heure du jour kane ".date("d/m/Y H:i:s", time());
+ echo "a a a a a a Heure du jour kane ".date("d/m/Y H:i:s", time());
// exit;
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';