From 710e6002ba768f0b49a6c7ba894068fbd8e001cd Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Tue, 10 Jan 2023 00:06:21 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/index.php?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/api-rest/index.php b/api-rest/index.php index c931407..7d2eaac 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -36,8 +36,6 @@ $username = getenv("MYSQL_USER"); $password = getenv("MYSQL_PASSWORD"); - echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " "; - // Initializing Database try{ $database = new DatabaseConnection($dsn,$username,$password);