diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php index ba88639..478cd2f 100755 --- a/Controleur/ControleurRemboursement.php +++ b/Controleur/ControleurRemboursement.php @@ -19,6 +19,8 @@ class ControleurRemboursement extends Controleur { public function index($msgErreur=null) { + echo "heure : ".time(); + $idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0'; $msgErreurGed = ""; @@ -38,6 +40,7 @@ class ControleurRemboursement extends Controleur { ); } + /* public function uploadged($msgErreur=null) { var_dump( @@ -153,5 +156,5 @@ class ControleurRemboursement extends Controleur { // $this->executerAction("index"); echo "après uploadged"; } - + */ } \ No newline at end of file