forked from Wavyzz/dolibarr
NEW Option MAIN_SECURITY_MAXFILESIZE_DOWNLOADED become official
This commit is contained in:
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user