2
0
forked from Wavyzz/dolibarr

NEW Option MAIN_SECURITY_MAXFILESIZE_DOWNLOADED become official

This commit is contained in:
ldestailleur
2025-04-01 19:56:50 +02:00
parent 0780695ba4
commit f7d034a71c
6 changed files with 44 additions and 10 deletions

View File

@@ -857,7 +857,7 @@ function ihm_prepare_head()
*/
function security_prepare_head()
{
global $db, $langs, $conf, $user;
global $db, $langs, $conf;
$h = 0;
$head = array();
@@ -877,7 +877,7 @@ function security_prepare_head()
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/security_file.php";
$head[$h][1] = $langs->trans("Files").' ('.$langs->trans("Upload").')';
$head[$h][1] = $langs->trans("Files").' ('.$langs->trans("UploadName").' | '.$langs->trans("Download").')';
$head[$h][2] = 'file';
$h++;