From 134b408a6e17c64650bab3e010baa9bd116cb9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 22 Jan 2022 17:04:48 +0100 Subject: [PATCH] limitations 1go total et 1 mo par fichier --- core/vendor/filemanager/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 94327d63..e3567860 100644 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -283,7 +283,7 @@ $config = array( | in Megabytes | */ - 'MaxSizeUpload' => 5, + 'MaxSizeUpload' => 1, /* |--------------------------------------------------------------------------