]> git.ipfire.org Git - 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>
Fri, 22 Sep 2017 17:54:44 +0000 (18:54 +0100)
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
html/cgi-bin/logs.cgi/log.dat

index 5734fed18e7ee87c39c24c98b9679bcd238f8159..f241365a18a4b0fc95834a4ed0970ff459c1d55f 100644 (file)
@@ -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',