From ce10c0ff1dd0b47bd494ae88ab2eaf6ab354b2b3 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 2 Jun 2023 01:21:06 +0200 Subject: filtre nom des images + reorg code Image --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4e2de59..1888704 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ if(isset($_SESSION['admin']) && $_SESSION['admin'] == 1 || (isset($_POST['titre']) && isset($_POST['annee'])))) { require('controller/ckeditor.php'); // traitement du POST - require('controller/Security.php'); // sécurité des chaines + require('controller/Security.php'); // HTML + nom de fichier require('model/Article.php'); if($_GET['page'] === 'discographie' || $_GET['page'] === 'album') -- cgit v1.2.3