From f60a9d046088b3bad3e97ff568fc83fecc67ccde Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 26 Jun 2025 11:11:24 +0200 Subject: =?UTF-8?q?ajout=20dans=20css=5Farray=20=C3=A0=20la=20cr=C3=A9atio?= =?UTF-8?q?n=20d'un=20bloc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/index.php b/public/index.php index 8d3148c..bd3eec7 100644 --- a/public/index.php +++ b/public/index.php @@ -53,7 +53,7 @@ require '../src/controller/post.php'; $id = ''; if(!empty($_GET['id'])) { - $id = htmlspecialchars($_GET['id']); + $id = htmlspecialchars($_GET['id']); // nettoyage qui n'abime pas les id du genre "n16" } if(isset($_GET['action']) && $_GET['action'] === 'deconnexion') -- cgit v1.2.3