From 25faa6ac4fcadb7a19a0fa65af8be66b88d6f3aa Mon Sep 17 00:00:00 2001 From: Cedric Abonnel Date: Tue, 12 May 2026 23:32:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20URL=20de=20recherche=20propre=20(/search?= =?UTF-8?q?=3Fq=3D...)=20+=20gitignore=20fichiers=20upload=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ templates/layout.php | 3 +-- templates/search.php | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5344962..e4f816c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ vendor/ # OS .DS_Store Thumbs.db + +# Fichiers uploadés et cache (propriété www-data) +data/*/files/ +data/_cache/ diff --git a/templates/layout.php b/templates/layout.php index acd442c..0fbf169 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -67,8 +67,7 @@