mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
add .unifi to the allowed extensions on file uploads
This commit is contained in:
@@ -32,8 +32,8 @@ if (isset($_POST['upload_files'])) {
|
||||
'jpg', 'jpeg', 'gif', 'png', 'webp', 'pdf', 'txt', 'md', 'doc', 'docx',
|
||||
'odt', 'csv', 'xls', 'xlsx', 'ods', 'pptx', 'odp', 'zip', 'tar', 'gz',
|
||||
'msg', 'json', 'wav', 'mp3', 'ogg', 'mov', 'mp4', 'av1', 'ovpn',
|
||||
'cfg', 'ps1', 'vsdx', 'drawio', 'pfx', 'pages', 'numbers', 'unf', 'key',
|
||||
'bat', 'stk'
|
||||
'cfg', 'ps1', 'vsdx', 'drawio', 'pfx', 'pages', 'numbers', 'unf', 'unifi',
|
||||
'key', 'bat', 'stk'
|
||||
];
|
||||
|
||||
// Loop through each uploaded file
|
||||
|
||||
Reference in New Issue
Block a user