mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
firewalllogcountry.dat: Use language strings and add to menu
Add some language strings for the new firewalllogport.dat, and include html fixes done in firewalllogip.dat, which this file is based on. Also try to add the menu item to the sub menu, but that is currently not working.
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
'title' => "$Lang::tr{'firewall logs port'}",
|
||||
'enabled' => 1
|
||||
};
|
||||
$sublogs->{'43.firewallcountry'} = {'caption' => $Lang::tr{'firewall logs country'},
|
||||
'uri' => '/cgi-bin/logs.cgi/firewalllogcountry.dat',
|
||||
'title' => "$Lang::tr{'firewall logs country'}",
|
||||
'enabled' => 1
|
||||
};
|
||||
$sublogs->{'50.ids'} = {'caption' => $Lang::tr{'ids logs'},
|
||||
'uri' => '/cgi-bin/logs.cgi/ids.dat',
|
||||
'title' => "$Lang::tr{'ids logs'}",
|
||||
|
||||
Reference in New Issue
Block a user