diff --git a/Vue/Accueilassure/index.php b/Vue/Accueilassure/index.php index 739d2bb..21c8583 100755 --- a/Vue/Accueilassure/index.php +++ b/Vue/Accueilassure/index.php @@ -524,7 +524,6 @@ $photoAssureCrypte = $photo; } - /* var_dump ( array( @@ -532,7 +531,6 @@ ) ); - */ $prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']); $impaye = ($prestationPossible=="0") ? 1 : 0; diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php index 22611f7..badb842 100755 --- a/Vue/Fichebeneficiaire/index.php +++ b/Vue/Fichebeneficiaire/index.php @@ -55,7 +55,14 @@ // $imgData = $_SESSION['photoAssureCrypte']; $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - var_dump($photoAssureCrypte); + var_dump + ( + array( + "photoAssureCrypte" => $photoAssureCrypte, + ) + + ); + ?>