Aggiunto mod_mime ai requisiti server

This commit is contained in:
Pek5892 2023-12-20 13:03:44 +01:00
parent ec48dffbcd
commit 02c35f1d41
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ $modules = [
'server' => 'HTTP_MOD_REWRITE', 'server' => 'HTTP_MOD_REWRITE',
'description' => tr('Fornisce un sistema di riscrittura URL basato su regole predefinite'), 'description' => tr('Fornisce un sistema di riscrittura URL basato su regole predefinite'),
], ],
'mod_mime' => [
'server' => 'text/javascript mjs',
'description' => tr('Consente di associare i tipi di file ai tipi di contenuto corretti.'),
],
]; ];
if (function_exists('apache_get_modules')) { if (function_exists('apache_get_modules')) {