From e9815c254734888a27888e08df2e56b19790038e Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Fri, 6 Jan 2023 17:10:51 +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 c720d85..988871d 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -17,7 +17,7 @@ // ------ // Comment faire un fichier .htaccess pour protéger ce fichier ????????? // ------ - $ini_array= parse_ini_file("config.ini"); + //$ini_array= parse_ini_file("config.ini"); $dsn = "mysql:host=". getenv("DB_SERVER").";dbname=". getenv("MYSQL_DATABASE"); $username = getenv("MYSQL_USER_TOM");