correction bug / netoyage du code

This commit is contained in:
pierre renaudot
2024-01-12 11:12:03 +01:00
parent c5796a4bf2
commit 08f7cea2dc
5 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
<div class="col-3 mb-4">
<br>
<?php
if ($_SESSION['typeU'] != 'comptable') {
if ($typeU != 'comptable') {
echo '<h3>Gérer mes fiches de frais</h3>';
} else { ?>

View File

@@ -1,6 +1,4 @@
<h4>BONJOUR VOUS ETES
<?= strtoupper($_SESSION['uType']) ?>
</h4>
<h4 class="d-block mx-auto my-2 text-align-center">BONJOUR <?= strtoupper($_SESSION['uPrenom']) ?> NOUS SOMMES LE <?= date('d-m-Y') ?></h4>
<div class="card">
<div class="card-header">