Gestion de contributions : version basique

This commit is contained in:
JGnone
2025-10-05 18:47:18 +02:00
commit bd0f9430c1
19 changed files with 589 additions and 0 deletions

3
utils_inc/inc_pdo.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$pdo = new PDO('mysql:host=mysqlsrv;dbname=contrib', "contrib_root", "123abc");