15 lines
110 B
PHP
15 lines
110 B
PHP
<?php
|
|
session_start();
|
|
$_SESSION['typeU'] = 'comptable';
|
|
|
|
|
|
include("../vues/v_gestionFiches.php");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?>
|