diff options
Diffstat (limited to 'etc/inc/easyrule.inc')
-rw-r--r-- | etc/inc/easyrule.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/easyrule.inc b/etc/inc/easyrule.inc index da1377d..96864b1 100644 --- a/etc/inc/easyrule.inc +++ b/etc/inc/easyrule.inc @@ -164,9 +164,9 @@ function easyrule_block_alias_add($host, $int = 'wan') { $alias['detail'] = $a_aliases[$id]['detail'] . gettext('Entry added') . ' ' . date('r') . '||'; } else { /* Create a new alias with all the proper information */ - $alias['name'] = $blockaliasname . strtoupper($int); - $alias['type'] = 'network'; - $alias['descr'] = mb_convert_encoding(gettext("Hosts blocked from Firewall Log view"),"HTML-ENTITIES","auto"); + $alias['name'] = $blockaliasname . strtoupper($int); + $alias['type'] = 'network'; + $alias['descr'] = gettext("Hosts blocked from Firewall Log view"); $alias['address'] = $host . '/32'; $alias['detail'] = gettext('Entry added') . ' ' . date('r') . '||'; |