Hi,
as I would like to have the date of raw firewall logs displayed as well
(diagnostics-logs-firewall), I have changed line 107 of
/usr/local/www/diag_logs_filter.php in 1.3b13 from
echo "<td class=\"listlr\" colspan=\"2\">" .
htmlspecialchars($logent[5]) . "</td>\n";
to
echo "<td class=\"listlr\" colspan=\"2\">" .
htmlspecialchars($logent[0] . " " . $logent[1] . " " . $logent[5]) .
"</td>\n";
In case this may be useful for others as well, could this simple change be
implemented in future releases of M0n0wall?
Thanks for bearing with me
Stefan |