pv_project/site/include/entete_cap.php

7 lines
118 B
PHP
Raw Normal View History

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