mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Detect if wildcard blocking entry on Blacklists page
This commit is contained in:
@@ -44,7 +44,7 @@ function getWildcardListContent() {
|
||||
$expl = explode("/", $entry);
|
||||
if(count($expl) == 3)
|
||||
{
|
||||
array_push($list,"*${expl[1]}*");
|
||||
array_push($list,"*${expl[1]}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user