mirror of
https://github.com/pi-hole/web.git
synced 2026-04-26 19:55:15 +01:00
Merge pull request #1514 from pi-hole/fix/arpflush
Fix ARPFLUSH button on the settings page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user