update upload mime checks

This commit is contained in:
David Bomba 2023-02-27 20:57:00 +11:00
parent 6e983cb506
commit ec67d019c7

View File

@ -32,6 +32,7 @@ class SystemHealth
'mbstring',
'xml',
'bcmath',
'intl',
];
private static $php_version = 8.1;