a
This commit is contained in:
parent
acdcda6a41
commit
e63fc2bd9e
|
|
@ -110,9 +110,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$lienPhoto = "";
|
$lienPhoto = "";
|
||||||
|
$handle = null;
|
||||||
if($_SESSION['p_lienPhoto_C']>" " && $faceRegistered=="1")
|
if($_SESSION['p_lienPhoto_C']>" " && $faceRegistered=="1")
|
||||||
{
|
{
|
||||||
$lienPhoto = $_SESSION['p_dossierPhoto_C'].$_SESSION['p_dossierSociete'].'/Photos/'.$_SESSION['p_lienPhoto_C'];
|
// $lienPhoto = $_SESSION['p_dossierPhoto_C'].$_SESSION['p_dossierSociete'].'/Photos/'.$_SESSION['p_lienPhoto_C'];
|
||||||
|
$lienPhoto = $_SESSION['p_lienPhotoFace'].$_SESSION['p_lienPhoto_C'];
|
||||||
// Vérifie si le fichier existe en essayant de l'ouvrir
|
// Vérifie si le fichier existe en essayant de l'ouvrir
|
||||||
$handle = @fopen($lienPhoto, "r");
|
$handle = @fopen($lienPhoto, "r");
|
||||||
if ($handle) {
|
if ($handle) {
|
||||||
|
|
@ -125,6 +127,19 @@
|
||||||
{
|
{
|
||||||
$faceRegistered="0";
|
$faceRegistered="0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump
|
||||||
|
(
|
||||||
|
array
|
||||||
|
(
|
||||||
|
"faceRegistered" => $faceRegistered,
|
||||||
|
"p_lienPhoto_C" => $_SESSION['p_lienPhoto_C'],
|
||||||
|
"p_dossierPhoto_C" => $_SESSION['p_dossierPhoto_C'],
|
||||||
|
"p_dossierSociete" => $_SESSION['p_dossierSociete'],
|
||||||
|
"handle" => $handle,
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$activerOtp = $_SESSION['p_activerOtpPrestations_C'];
|
$activerOtp = $_SESSION['p_activerOtpPrestations_C'];
|
||||||
$otpStatus = $this->nettoyer($beneficiaire['otpStatus']);
|
$otpStatus = $this->nettoyer($beneficiaire['otpStatus']);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user