Remove redundant adlist management on settings page. This is still using CLI callbacks instead of working directly on the database.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-02-11 19:58:46 +01:00
parent ae470b2d3d
commit 13b7b3d1a9
4 changed files with 3 additions and 137 deletions

View File

@@ -331,7 +331,7 @@ if ($_POST['action'] == 'get_groups') {
} catch (\Exception $ex) {
JSON_error($ex->getMessage());
}
} elseif ($_POST['action'] == 'get_addresses') {
} elseif ($_POST['action'] == 'get_domains') {
// List all available groups
try {
$query = $db->query('SELECT * FROM domainlist;');