From 9d9ba11d6129083577267675171b48dcc23915e5 Mon Sep 17 00:00:00 2001 From: jfontaine35 <76435797+jfontaine35@users.noreply.github.com> Date: Fri, 11 Mar 2022 17:55:07 +0100 Subject: [PATCH] Update DB.php --- DB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB.php b/DB.php index eab85c4..6d2f0a9 100644 --- a/DB.php +++ b/DB.php @@ -11,7 +11,7 @@ //phpinfo(); $servername = 'localhost'; $username = 'tux'; - $password = 'Linux741!'; + $password = '*************'; //On établit la connexion $conn = new mysqli($servername, $username, $password);