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 @@