Skip to content

Commit

Permalink
Update pfblockerng.inc
Browse files Browse the repository at this point in the history
* Add string separator "|"
  • Loading branch information
BBcan177 committed Dec 15, 2015
1 parent 4aecb65 commit b77616d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ function pfb_download_failure($alias, $header, $pfbfolder, $vtype, $list_url) {
// Query Firewall aliastables
$result = find_reported_header($ip, "{$pfbfolder}/*", TRUE);
if (!empty($result)) {
$log = " [ {$ip} ] Firewall IP block found in: [ {$result[1]} {$result[0]} ]\n";
$log = " [ {$ip} ] Firewall IP block found in: [ {$result[1]} | {$result[0]} ]\n";
pfb_logger("{$log}", 2);
$pfbfound = TRUE;
}
Expand Down

0 comments on commit b77616d

Please sign in to comment.