Update DB.php

This commit is contained in:
jfontaine35 2022-03-11 17:55:07 +01:00 committed by GitHub
parent 9481897339
commit 9d9ba11d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
DB.php
View File

@ -11,7 +11,7 @@
//phpinfo(); //phpinfo();
$servername = 'localhost'; $servername = 'localhost';
$username = 'tux'; $username = 'tux';
$password = 'Linux741!'; $password = '*************';
//On établit la connexion //On établit la connexion
$conn = new mysqli($servername, $username, $password); $conn = new mysqli($servername, $username, $password);