diff --git a/application/views/gestion_recherche.php b/application/views/gestion_recherche.php index 176a5d55..93c2d2e2 100755 --- a/application/views/gestion_recherche.php +++ b/application/views/gestion_recherche.php @@ -402,65 +402,66 @@ status) { $user_image = $this->db->wallet_service_url . '/photos/'.$row->user_image; + $user_image_file = @fopen($user_image ,'r'); + $document_front = $this->db->wallet_service_url . '/documents/'.$row->document_image_front; + $document_front_file = @fopen($document_front ,'r'); + $document_back = $this->db->wallet_service_url . '/documents/'.$row->document_image_back; + $document_back_file = @fopen($document_back ,'r'); ?>