pv_project/site/include/entete_adm.php

7 lines
118 B
PHP
Raw Normal View History

2025-07-17 08:15:19 +00:00
<?php
if(!isset($_SESSION['adm_co']) && $_SESSION['adm_co']!=1){
header('location:connexion-adm.php');
exit();
}
?>