This commit is contained in:
2024-01-18 10:23:49 +01:00
parent 6d57767987
commit 1a78fb2726
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
<?php
$_SESSION["typeU"] = "comptable";
require_once(__DIR__ . '/../Class/class.gestionFiche.php');
$gestionFiche = new Class_gestionFiche($pdo);