resolv merge + pdo

This commit is contained in:
pierre renaudot
2023-12-21 10:52:21 +01:00
4 changed files with 64 additions and 48 deletions

View File

@@ -0,0 +1,15 @@
<?php
session_start();
$_SESSION['typeU'] = 'comptable';
include("../vues/v_gestionFiches.php");
?>