]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Captive-Portal: add logging to syslog
authorAlexander Marx <alexander.marx@ipfire.org>
Thu, 4 Feb 2016 07:10:11 +0000 (08:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Feb 2016 14:51:00 +0000 (14:51 +0000)
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
html/cgi-bin/logs.cgi/log.dat

index e8635d7a3b38c150a7d228f978fda649b5ac1f12..fa5684c14a08914483bb9307e07b1eb77028c71f 100644 (file)
@@ -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',