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