a
This commit is contained in:
parent
2e9fe569be
commit
250f8c80f7
|
|
@ -19,16 +19,7 @@ class ControleurRemboursement extends Controleur {
|
|||
|
||||
public function index()
|
||||
{
|
||||
echo "<br>";
|
||||
echo "<br>";
|
||||
echo "A AB C D E F EG H I J K L K M N O P Q R S T U B JJSDLML SJHSKSM Date du jour kane ".date("d/m/Y");
|
||||
echo "<br>";
|
||||
echo "<br>";
|
||||
echo "A AB C D E F EG H I J K L K M N O P Q R S T U B JJSDLML SJHSKSM Heure du jour kane ".date("d/m/Y H:i:s", time());
|
||||
// exit;
|
||||
|
||||
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
|
||||
|
||||
$msgErreurGed = "";
|
||||
$benficiaires = $this->remboursement->getBeneficaire();
|
||||
$demande = $this->remboursement->getDemandeRemboursement($idDemandeRemboursement);
|
||||
|
|
@ -56,7 +47,6 @@ class ControleurRemboursement extends Controleur {
|
|||
|
||||
$nouveau_fichier = "Rien";
|
||||
|
||||
// if(!empty($_POST))
|
||||
if(!empty($_FILES))
|
||||
{
|
||||
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token_upload"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user