mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Merge pull request #978 from pi-hole/fix/audit_log
Audit log: Should use $domains
This commit is contained in:
@@ -51,7 +51,7 @@ switch($type) {
|
||||
echo shell_exec("sudo pihole --wild --web ".$domains);
|
||||
break;
|
||||
case "audit":
|
||||
echo exec("sudo pihole -a audit ".$domain);
|
||||
echo shell_exec("sudo pihole -a audit ".$domains);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user