Fix incorrect type description. (#3201)

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/3200/head
DL6ER 4 years ago committed by GitHub
parent f617ed2f44
commit 22ce5c0d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1116,7 +1116,7 @@ show_adlists() {
}
show_domainlist() {
show_db_entries "Domainlist (0/1 = exact/regex whitelist, 2/3 = exact/regex blacklist)" "SELECT id,type,domain,enabled,datetime(date_added,'unixepoch','localtime') date_added,datetime(date_modified,'unixepoch','localtime') date_modified,comment FROM domainlist" "4 4 100 7 19 19 50"
show_db_entries "Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)" "SELECT id,type,domain,enabled,datetime(date_added,'unixepoch','localtime') date_added,datetime(date_modified,'unixepoch','localtime') date_modified,comment FROM domainlist" "4 4 100 7 19 19 50"
show_db_entries "Domainlist groups" "SELECT * FROM domainlist_by_group" "10 10"
}

Loading…
Cancel
Save