Merge next into suite 8

This commit is contained in:
Clemente Raposo 2022-05-17 19:03:14 +01:00
commit b9e45ecc54
140 changed files with 1333 additions and 29618 deletions

View file

@ -57,7 +57,24 @@ if (empty($sugar_config['upload_maxsize'])) {
$sugar_config['upload_maxsize'] = 8192000;
}
if (empty($sugar_config['upload_badext'])) {
$sugar_config['upload_badext'] = array('php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 'asp', 'cfm', 'js', 'vbs', 'html', 'htm');
$sugar_config['upload_badext'] = [
'php',
'php3',
'php4',
'php5',
'pl',
'cgi',
'py',
'asp',
'cfm',
'js',
'vbs',
'html',
'htm',
'phtml',
'phar',
];

}
//// END PREFILL $sugar_config VARS
///////////////////////////////////////////////////////////////////////////////