fixes #170, thx for reporting!
This commit is contained in:
parent
ba6ce382a5
commit
dfa8e3013b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user