mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 21:15:13 +00:00
Drop SVG extension in the ticket mail parser
This commit is contained in:
@@ -54,7 +54,7 @@ if ($config_ticket_email_parse == 0) {
|
|||||||
// job. flock covers the same ground and the kernel drops it however the process ends.
|
// job. flock covers the same ground and the kernel drops it however the process ends.
|
||||||
|
|
||||||
// Allowed attachment extensions
|
// Allowed attachment extensions
|
||||||
$allowed_extensions = array('jpg', 'jpeg', 'gif', 'png', 'webp', 'svg', 'pdf', 'txt', 'md', 'doc', 'docx', 'csv', 'xls', 'xlsx', 'xlsm', 'zip', 'tar', 'gz');
|
$allowed_extensions = array('jpg', 'jpeg', 'gif', 'png', 'webp', 'pdf', 'txt', 'md', 'doc', 'docx', 'csv', 'xls', 'xlsx', 'xlsm', 'zip', 'tar', 'gz');
|
||||||
|
|
||||||
// Processing limits
|
// Processing limits
|
||||||
$max_emails_per_run = 50; // Cap per cron run to bound memory usage (cron catches up on the next run)
|
$max_emails_per_run = 50; // Cap per cron run to bound memory usage (cron catches up on the next run)
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
* Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month.
|
* Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DEFINE("APP_VERSION", "26.07.1");
|
DEFINE("APP_VERSION", "26.08");
|
||||||
|
|||||||
Reference in New Issue
Block a user