From 5f6a113f1d7539dbd71aa5b2f65d8c08583e11c6 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 22 Apr 2026 09:25:23 +0000 Subject: [PATCH] a --- Controleur/ControleurRemboursement.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php index 9a7664d..815f5f6 100755 --- a/Controleur/ControleurRemboursement.php +++ b/Controleur/ControleurRemboursement.php @@ -17,7 +17,7 @@ class ControleurRemboursement extends Controleur { $this->ged = new Ged(); } - public function index($msgErreur=null) + public function index() { echo "
"; echo "
"; @@ -46,8 +46,7 @@ class ControleurRemboursement extends Controleur { ); } - /* - public function uploadged($msgErreur=null) + public function uploadged() { var_dump( array( @@ -162,5 +161,5 @@ class ControleurRemboursement extends Controleur { // $this->executerAction("index"); echo "après uploadged"; } - */ + } \ No newline at end of file