mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix double printing of log entries
This commit is contained in:
parent
bb641bf897
commit
b3e79d5ee5
@ -73,7 +73,9 @@ while(!feof($log)) {
|
||||
dstip - Destination IP
|
||||
dstport - Destination Port
|
||||
*/
|
||||
if ($flent != "")
|
||||
if ($flent != "") {
|
||||
echo "{$flent['time']} {$flent['act']} {$flent['realint']} {$flent['proto']} {$flent['src']} {$flent['dst']}\n";
|
||||
$flent = "";
|
||||
}
|
||||
}
|
||||
fclose($log); ?>
|
||||
Loading…
Reference in New Issue
Block a user