Unbreak firewall logs

This commit is contained in:
Seth Mos 2011-03-15 18:10:24 +01:00
parent 1f116988a9
commit e2faab6d55

View File

@ -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";