ajout de la gestion des types d'ingredients

This commit is contained in:
jeremy
2024-10-31 12:52:27 +01:00
parent 59e0189251
commit 67eb418c74
3 changed files with 111 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ $role = $_SESSION['role'];
<a href="os_management.php">Gérer les systèmes d'exploitation</a>
<a href="language_management.php">Manage Programming Languages</a>
<a href="client_management.php">Manage Clients</a>
<a href="ingredient_types_management.php">Manage Ingredient Types</a>
<?php endif; ?>
<?php if ($role === 'admin'): ?>