This commit is contained in:
2025-10-23 17:41:30 +02:00
parent 43e6f9a4a3
commit f7b7d9ccd8
3 changed files with 17 additions and 4 deletions

5
pass_hash Normal file
View File

@@ -0,0 +1,5 @@
<?php
$serveur = "localhost";
$dbname = "my_sql_projet";
$user = "root";
$pass = "";