mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
"pihole --whiteregex" has been renamed to "pihole --white-regex". Similar for "--whitewild" -> "--white-wild".
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -36,7 +36,7 @@ switch($type) {
|
||||
echo shell_exec("sudo pihole --regex -q -d ".$domain);
|
||||
break;
|
||||
case "white_regex":
|
||||
echo shell_exec("sudo pihole --whiteregex -q -d ".$domain);
|
||||
echo shell_exec("sudo pihole --white-regex -q -d ".$domain);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user