From 9c45b3229ae2025895eee1c83eb7cf33bba96bae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20BOUHOURS?= Date: Mon, 9 Jan 2023 21:45:54 +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 caf5e0a..0115826 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -2,7 +2,7 @@ - $conn = new mysqli("BOB_PARTEAM-mysql",getenv("MYSQL_USER_TOM"),getenv("MYSQL_PASSWORD_TOM"),getenv("MYSQL_DATABASE")); + $conn = new mysqli("BOB_PARTEAM-mysql",getenv("MYSQL_USER"),getenv("MYSQL_PASSWORD"),getenv("MYSQL_DATABASE")); exit; header('Access-Control-Allow-Origin: *');