mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Remove special handling for audited domains and just add them separately to both lists.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -33,14 +33,10 @@ $db = SQLite3_connect($GRAVITYDB, SQLITE3_OPEN_READWRITE);
|
||||
|
||||
switch($list) {
|
||||
case "white":
|
||||
if(isset($_POST["auditlog"]))
|
||||
echo add_to_table($db, "domain_audit", $domains);
|
||||
echo add_to_table($db, "whitelist", $domains);
|
||||
break;
|
||||
|
||||
case "black":
|
||||
if(isset($_POST["auditlog"]))
|
||||
echo add_to_table($db, "domain_audit", $domains);
|
||||
echo add_to_table($db, "blacklist", $domains);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user