d
This commit is contained in:
parent
32dfeead0e
commit
5c930f2151
|
|
@ -568,7 +568,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-center">
|
<div class="modal-body text-center">
|
||||||
<?php if ($_SESSION['faceRegistered_C'] == "1"): ?>
|
<?php if ($_SESSION['faceRegistered_C'] == "1"): ?>
|
||||||
<img src="data:image/jpg;base64,<?= $imgData ?>"
|
<img src="<?=$photoAssureCrypte?>"
|
||||||
class="img-fluid rounded"
|
class="img-fluid rounded"
|
||||||
style="max-height: 70vh; max-width: 100%;"
|
style="max-height: 70vh; max-width: 100%;"
|
||||||
alt="<?= _('Photo agrandie du bénéficiaire') ?>">
|
alt="<?= _('Photo agrandie du bénéficiaire') ?>">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user