Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2026-04-28 21:50:53 +02:00
commit 8bca4b569e

View File

@ -801,6 +801,8 @@ function get_extension($mimetype) { /* {{{ */
case 'text/xml': return '.xml';
case 'text/x-php': return '.php';
case 'text/x-tex': return '.tex';
case 'text/html': return '.html';
case 'text/markdown': return '.md';
case 'message/rfc822': return '.eml';
default: return false;
}