mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
Captive-Portal: add logging to syslog
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
e14adf759a
commit
6d31cfdd58
@@ -51,6 +51,7 @@ $cgiparams{'SECTION'} = 'ipfire';
|
||||
my %sections = (
|
||||
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
|
||||
'wio' => '(wio|wio\[.*\])',
|
||||
'captive' => '(Captive:)',
|
||||
'clamav' => '(clamd\[.*\]: |freshclam\[.*\]: )',
|
||||
'collectd' => '(collectd\[.*\]: )',
|
||||
'cron' => '(fcron\[.*\]: )',
|
||||
@@ -77,6 +78,7 @@ my %sections = (
|
||||
my %trsections = (
|
||||
'auth' => "$Lang::tr{'loginlogout'}",
|
||||
'wio' => 'Who Is Online?',
|
||||
'captive' => $Lang::tr{'captive'},
|
||||
'clamav' => 'ClamAV',
|
||||
'collectd' => 'Collectd',
|
||||
'cron' => 'Cron',
|
||||
|
||||
Reference in New Issue
Block a user