diff options
author | polo <ordipolo@gmx.fr> | 2025-06-26 11:11:24 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-06-26 11:11:24 +0200 |
commit | f60a9d046088b3bad3e97ff568fc83fecc67ccde (patch) | |
tree | 7ed05b051abf68c21997e8fab70457ebb8af4b60 /public | |
parent | 3e17f6ef6983a9f24ca658fd1b9f856d3f09fcd7 (diff) | |
download | cms-f60a9d046088b3bad3e97ff568fc83fecc67ccde.zip |
ajout dans css_array à la création d'un bloc
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 2 |
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 = ''; |
54 | if(!empty($_GET['id'])) | 54 | if(!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 | ||
59 | if(isset($_GET['action']) && $_GET['action'] === 'deconnexion') | 59 | if(isset($_GET['action']) && $_GET['action'] === 'deconnexion') |