First commit

This commit is contained in:
BRAMAS Arthur
2025-10-10 08:57:59 +02:00
commit 9106887146
17 changed files with 459 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");