fixes #170, thx for reporting!

This commit is contained in:
azett 2022-12-17 12:38:10 +01:00
parent ba6ce382a5
commit dfa8e3013b

View File

@ -64,13 +64,24 @@ class admin_uploader_default extends AdminPanelAction {
*/
$blacklist_extensions = array(
'htaccess',
'pht',
'phtm',
'phtml',
'ph2',
'ph3',
'ph4',
'ph5',
'ph6',
'ph7',
'ph8',
'php',
'php2',
'php3',
'php4',
'php5',
'php6',
'php7',
'php8',
'phps',
'cgi',
'exe',