Revision c7e31e37
Added by Stilez y almost 9 years ago
src/usr/local/www/firewall_rules.php | ||
---|---|---|
685 | 685 |
array_map( |
686 | 686 |
function($type) { |
687 | 687 |
global $icmptypes; |
688 |
return gettext($icmptypes[$type]['descrip']);
|
|
688 |
return $icmptypes[$type]['descrip'];
|
|
689 | 689 |
}, |
690 | 690 |
explode(',', $filterent['icmptype']) |
691 | 691 |
) |
Also available in: Unified diff
remove gettext() not needed