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:
DL6ER
2018-06-30 14:19:03 +02:00
parent 60ca5e06fa
commit ec0afceeed
4 changed files with 37 additions and 19 deletions

View File

@@ -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();
}