Allow svg email attachemment for mail parser

This commit is contained in:
johnnyq 2026-01-23 11:24:26 -05:00
parent 644dc95380
commit bd8bf026f0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ register_shutdown_function(function() use ($lock_file_path) {
});
// Allowed attachment extensions
$allowed_extensions = array('jpg', 'jpeg', 'gif', 'png', 'webp', 'pdf', 'txt', 'md', 'doc', 'docx', 'csv', 'xls', 'xlsx', 'xlsm', 'zip', 'tar', 'gz');
$allowed_extensions = array('jpg', 'jpeg', 'gif', 'png', 'webp', 'svg', 'pdf', 'txt', 'md', 'doc', 'docx', 'csv', 'xls', 'xlsx', 'xlsm', 'zip', 'tar', 'gz');
/** ------------------------------------------------------------------
* Ticket / Reply helpers (unchanged)