mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 11:19:59 +01:00
Add new button to allow both regex filters and legacy wildcards (get automatically converted to regex format)
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -139,7 +139,7 @@ function list_verify($type) {
|
||||
// valid domain for regex expressions
|
||||
// Regex filters are validated by FTL
|
||||
// on import and skipped if invalid
|
||||
if($_POST['list'] !== "wild")
|
||||
if($_POST['list'] !== "regex")
|
||||
{
|
||||
check_domain();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user