pv_project/site/include/entete_adm.php
2025-07-17 10:15:19 +02:00

7 lines
118 B
PHP

<?php
if(!isset($_SESSION['adm_co']) && $_SESSION['adm_co']!=1){
header('location:connexion-adm.php');
exit();
}
?>