Authentication works

This commit is contained in:
BRAMAS Arthur
2025-10-10 10:21:27 +02:00
parent df07d7f42f
commit ee976b8a6e
6 changed files with 137 additions and 32 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");