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);