mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +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 = (
|
my %sections = (
|
||||||
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
|
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
|
||||||
'wio' => '(wio|wio\[.*\])',
|
'wio' => '(wio|wio\[.*\])',
|
||||||
|
'captive' => '(Captive:)',
|
||||||
'clamav' => '(clamd\[.*\]: |freshclam\[.*\]: )',
|
'clamav' => '(clamd\[.*\]: |freshclam\[.*\]: )',
|
||||||
'collectd' => '(collectd\[.*\]: )',
|
'collectd' => '(collectd\[.*\]: )',
|
||||||
'cron' => '(fcron\[.*\]: )',
|
'cron' => '(fcron\[.*\]: )',
|
||||||
@@ -77,6 +78,7 @@ my %sections = (
|
|||||||
my %trsections = (
|
my %trsections = (
|
||||||
'auth' => "$Lang::tr{'loginlogout'}",
|
'auth' => "$Lang::tr{'loginlogout'}",
|
||||||
'wio' => 'Who Is Online?',
|
'wio' => 'Who Is Online?',
|
||||||
|
'captive' => $Lang::tr{'captive'},
|
||||||
'clamav' => 'ClamAV',
|
'clamav' => 'ClamAV',
|
||||||
'collectd' => 'Collectd',
|
'collectd' => 'Collectd',
|
||||||
'cron' => 'Cron',
|
'cron' => 'Cron',
|
||||||
|
|||||||
Reference in New Issue
Block a user