From a976dd74db97e172473d62c60bc0d15288dcf603 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Nov 2018 18:44:51 +0100 Subject: [PATCH] Fix Report error if file size too large --- htdocs/admin/modules.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 149d475de03..09192ea4a36 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -1026,11 +1026,21 @@ if ($mode == 'deploy') if ($maxmin > 0) { + print ''."\n"; // MAX_FILE_SIZE doit précéder le champ input de type file print ''; } - print ' '; + print ' '; print '';