mirror of
https://github.com/itflow-org/itflow
synced 2026-04-20 03:17:46 +00:00
Files: Allow .swb file extensions for MikroTik Backups
This commit is contained in:
@@ -33,7 +33,7 @@ if (isset($_POST['upload_files'])) {
|
||||
'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', 'unifi',
|
||||
'key', 'bat', 'stk'
|
||||
'key', 'bat', 'stk', 'swb'
|
||||
];
|
||||
|
||||
// Loop through each uploaded file
|
||||
|
||||
Reference in New Issue
Block a user