mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unbreak firewall logs
This commit is contained in:
parent
1f116988a9
commit
e2faab6d55
@ -150,7 +150,7 @@ include("head.inc");
|
||||
<?php
|
||||
$int = strtolower($filterent['interface']);
|
||||
$proto = strtolower($filterent['proto']);
|
||||
if(is_ipaddrv6($filterent['srcip']))
|
||||
if(is_ipaddrv6($filterent['srcip'])) {
|
||||
$ipproto = "inet6";
|
||||
} else {
|
||||
$ipproto = "inet";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user