Update header.php

This commit is contained in:
kkuytgt090 2026-06-05 09:39:13 +02:00 committed by GitHub
parent aaf2c083fa
commit a4370a01b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
<?php <?php
session_start(); //session_start();
// Liens de navigation (conditionnels selon session et rôle) // Liens de navigation (conditionnels selon session et rôle)
$nav = '<li><a href="index.php">Accueil</a></li>'; $nav = '<li><a href="index.php">Accueil</a></li>';