Merge pull request #1514 from pi-hole/fix/arpflush

Fix ARPFLUSH button on the settings page
This commit is contained in:
DL6ER
2020-07-21 12:52:25 +02:00
committed by GitHub

View File

@@ -737,7 +737,7 @@ function addStaticDHCPLease($mac, $ip, $hostname) {
break;
// Flush network table
case "flusharp":
pihole_execute("arpflush quiet", $output);
$output = pihole_execute("arpflush quiet");
$error = implode("<br>", $output);
if(strlen($error) == 0)
{