This commit is contained in:
KANE LAZENI 2025-12-19 20:28:38 +00:00
parent 2245b913d5
commit 42c2a0db66
2 changed files with 8 additions and 3 deletions

View File

@ -524,7 +524,6 @@
$photoAssureCrypte = $photo; $photoAssureCrypte = $photo;
} }
/*
var_dump var_dump
( (
array( array(
@ -532,7 +531,6 @@
) )
); );
*/
$prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']); $prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']);
$impaye = ($prestationPossible=="0") ? 1 : 0; $impaye = ($prestationPossible=="0") ? 1 : 0;

View File

@ -55,7 +55,14 @@
// $imgData = $_SESSION['photoAssureCrypte']; // $imgData = $_SESSION['photoAssureCrypte'];
$photoAssureCrypte = $_SESSION['photoAssureCrypte']; $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
var_dump($photoAssureCrypte); var_dump
(
array(
"photoAssureCrypte" => $photoAssureCrypte,
)
);
?> ?>
<style> <style>