summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-06-26 11:11:24 +0200
committerpolo <ordipolo@gmx.fr>2025-06-26 11:11:24 +0200
commitf60a9d046088b3bad3e97ff568fc83fecc67ccde (patch)
tree7ed05b051abf68c21997e8fab70457ebb8af4b60 /public
parent3e17f6ef6983a9f24ca658fd1b9f856d3f09fcd7 (diff)
downloadcms-f60a9d046088b3bad3e97ff568fc83fecc67ccde.zip
ajout dans css_array à la création d'un bloc
Diffstat (limited to 'public')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
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';
53$id = ''; 53$id = '';
54if(!empty($_GET['id'])) 54if(!empty($_GET['id']))
55{ 55{
56 $id = htmlspecialchars($_GET['id']); 56 $id = htmlspecialchars($_GET['id']); // nettoyage qui n'abime pas les id du genre "n16"
57} 57}
58 58
59if(isset($_GET['action']) && $_GET['action'] === 'deconnexion') 59if(isset($_GET['action']) && $_GET['action'] === 'deconnexion')