From 7ad7dd11f1c539014a9fa7e9b5aada30a00ea8ed Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 9 Jan 2023 19:31:13 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-rest/index.php b/api-rest/index.php index a5b97fa..66b458e 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -13,6 +13,9 @@ include (__DIR__ .'/gateways/gameGateway.php'); include (__DIR__ .'/gateways/skinGateway.php'); + use PDO; + + // Connection to database // ------ // Comment faire un fichier .htaccess pour protéger ce fichier ?????????