From ca6448fdc3da41fef8a5ffe6ab25a8015107942f Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 9 Jan 2023 17:16:22 +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, 1 insertion(+), 1 deletion(-) diff --git a/api-rest/index.php b/api-rest/index.php index 7e61d9c..468d507 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -23,7 +23,7 @@ $username = getenv("MYSQL_USER_TOM"); $password = getenv("MYSQL_PASSWORD_TOM"); - echo $dsn . " " . $username . " " . $password . " "; + echo "Chemin: " . $dsn . " " . "Username: " . $username . " " . "Password: " . $password . " "; // Initializing Database try{