Files
CARIA-WEB/gestion.php
ccunatbrule 37d596cfb3 CARIA.2.3
Update for the final presentation.
2024-09-03 12:06:00 +02:00

5 lines
119 B
PHP

<?php
require_once 'config/connexion_sql.php';
verifierAcces(ADMIN);
require_once 'controleur/gestion.php';
?>