Detect if wildcard blocking entry on Blacklists page

This commit is contained in:
DL6ER
2016-12-31 15:45:12 +00:00
parent 8080afadac
commit 754fa117ec
2 changed files with 17 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ function getWildcardListContent() {
$expl = explode("/", $entry);
if(count($expl) == 3)
{
array_push($list,"*${expl[1]}*");
array_push($list,"*${expl[1]}");
}
}