mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 00:42:08 +08:00
Merge next into suite 8
This commit is contained in:
commit
b9e45ecc54
140 changed files with 1333 additions and 29618 deletions
|
@ -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
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue