mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 08:26:43 +01:00
Aggiunto mod_mime ai requisiti server
This commit is contained in:
parent
ec48dffbcd
commit
02c35f1d41
@ -23,6 +23,10 @@ $modules = [
|
||||
'server' => 'HTTP_MOD_REWRITE',
|
||||
'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')) {
|
||||
|
Loading…
Reference in New Issue
Block a user