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=2ef152574513acd968be1f8fb16f25c2347480c8;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 e8635d7a3b..fa5684c14a 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 = ( 'ipfire' => '(ipfire: )', 'red' => '(red:|pppd\[.*\]: |chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|dhcpcd\[.*\]|modem_run\[.*\])', + 'captive' => '(Captive:)', 'ddns' => '(ddns\[\d+\]:)', 'dns' => '(dnsmasq\[.*\]: )', 'dma' => '(dma\[.*\]: )', @@ -72,6 +73,7 @@ my %sections = ( my %trsections = ( 'ipfire' => 'IPFire', 'red' => 'RED', + 'captive' => 'Captive', 'ddns' => $Lang::tr{'dynamic dns'}, 'dns' => 'DNS', 'dma' => 'Mail',