There are an error in this file:
/usr/share/nethesis/NethServer/Language/it/NethServer_Module_VirtualHosts_ModifyPlugin_PhpSettings.php
…
$L[‘Maximum execution time (${0})’] = ‘Tempo massimo di esecuzione degli script ( ${0})’;
…
It should be
…
$L[‘Maximum execution time (${0})’] = ‘Tempo massimo di esecuzione degli script (${0})’;
…