Clean code

This commit is contained in:
julien
2026-03-27 22:30:10 +01:00
parent 68c547ddcb
commit 7757628a94
29 changed files with 164 additions and 268 deletions

View File

@@ -4,6 +4,9 @@ display_errors = Off
error_log = /var/www/html/logs/php-error.log
session.use_strict_mode = 1
upload_max_filesize = 10M
post_max_size = 12M
opcache.enable = 1
opcache.enable_cli = 0
opcache.validate_timestamps = 0