Update DB.php

This commit is contained in:
jfontaine35
2022-03-11 17:55:07 +01:00
committed by GitHub
parent 9481897339
commit 9d9ba11d61
+1 -1
View File
@@ -11,7 +11,7 @@
//phpinfo();
$servername = 'localhost';
$username = 'tux';
$password = 'Linux741!';
$password = '*************';
//On établit la connexion
$conn = new mysqli($servername, $username, $password);