menu ajout ficheAvalider

This commit is contained in:
2024-01-11 10:58:15 +01:00
parent a2201a4eb3
commit 8aafdf565b
6 changed files with 92 additions and 5 deletions

View File

@@ -71,6 +71,10 @@ if (!isset($_REQUEST['direction']) && !isset($_SESSION['uId'])) {
include(__DIR__ . "/controleurs/c_nouvelleFiche.php");
break;
case 'ficheAvalider':
include(__DIR__ . "/controleurs/c_ficheAvalider.php");
break;
default:
include("controleurs/c_homePage.php");
break;