]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/logs.cgi/log.dat
WIO: patch log.dat to show wio logs
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / logs.cgi / log.dat
index 35977992cd7578e4a38f64318f1e611adf25ab17..5734fed18e7ee87c39c24c98b9679bcd238f8159 100644 (file)
@@ -50,6 +50,7 @@ $cgiparams{'SECTION'} = 'ipfire';
 
 my %sections = (
         'auth' => '(\w+\(pam_unix\)\[.*\]: )',
+               'wio' => '(wio|wio\[.*\])',
         'clamav' => '(clamd\[.*\]: |freshclam\[.*\]: )',
         'collectd' => '(collectd\[.*\]: )',
         'cron' => '(fcron\[.*\]: )',
@@ -75,6 +76,7 @@ my %sections = (
 # Translations for the %sections array.
 my %trsections = (
         'auth' => "$Lang::tr{'loginlogout'}",
+               'wio' => 'Who Is Online?',
         'clamav' => 'ClamAV',
         'collectd' => 'Collectd',
         'cron' => 'Cron',