mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
@@ -22,9 +22,9 @@ switch ($listtype) {
|
||||
break;
|
||||
|
||||
case "black":
|
||||
$exact = array(getListContent("blacklist.txt"));
|
||||
$regex = array(getListContent("regex.list"));
|
||||
$list = array_merge($exact, $regex);
|
||||
$exact = getListContent("blacklist.txt");
|
||||
$regex = getListContent("regex.list");
|
||||
$list = array($exact, $regex);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user