mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-04 10:38:53 +00:00
Group table has only two columns
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
4371c9ba03
commit
dc93462d42
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ show_db_entries() {
|
||||||
}
|
}
|
||||||
|
|
||||||
show_groups() {
|
show_groups() {
|
||||||
show_db_entries "Groups" "SELECT * FROM \"group\"" "4 100 7 10 13 50"
|
show_db_entries "Groups" "SELECT * FROM \"group\"" "4 4"
|
||||||
}
|
}
|
||||||
|
|
||||||
show_adlists() {
|
show_adlists() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue