page de connexion fonctionnelle avec bdd
This commit is contained in:
@@ -85,11 +85,11 @@
|
||||
</td>
|
||||
<td>
|
||||
<?php
|
||||
if ($_SESSION['typeU'] === 'comptable') { ?>
|
||||
if ($typeUser === 'comptable') { ?>
|
||||
<button type="button" class="btn btn-outline-primary btnRefuseFraisHf" id="frsSup-<?= $key ?>">
|
||||
Refuser
|
||||
</button>
|
||||
<?php } elseif ($_SESSION['typeU'] === 'visiteur') { ?>
|
||||
<?php } elseif ($typeUser === 'visiteur') { ?>
|
||||
<button type="button" class="btn btn-outline-primary btnSuprFraisHf" id="frsSup-<?= $key ?>">
|
||||
Supprimer
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user