ajout de la gestion des clients

This commit is contained in:
jeremy
2024-10-30 21:46:05 +01:00
parent 2b3976481a
commit 546a5549e9
3 changed files with 107 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ $role = $_SESSION['role'];
<?php if ($role === 'admin' || $role === 'chef'): ?>
<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>
<?php endif; ?>
<?php if ($role === 'admin'): ?>