From: Alexander Marx Date: Thu, 4 Feb 2016 07:10:11 +0000 (+0100) Subject: Captive-Portal: add logging to syslog X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d31cfdd58e5826373da4f5eaa07fd31dbcbee7d;p=people%2Fms%2Fipfire-2.x.git Captive-Portal: add logging to syslog Signed-off-by: Alexander Marx --- diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 5734fed18e..f241365a18 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -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',