mirror of
https://github.com/pi-hole/web.git
synced 2026-02-23 11:16:05 +00:00
Glue needs to be the first argument of implode
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -738,7 +738,7 @@ function readAdlists()
|
||||
// Flush network table
|
||||
case "flusharp":
|
||||
exec("sudo pihole arpflush quiet", $output);
|
||||
$error = implode($output, "<br>");
|
||||
$error = implode("<br>", $output);
|
||||
if(strlen($error) == 0)
|
||||
{
|
||||
$success .= "The network table has been flushed";
|
||||
|
||||
Reference in New Issue
Block a user