Glue needs to be the first argument of implode

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-05-30 22:11:13 +02:00
parent 72abc5dad4
commit 43fa24fbea

View File

@@ -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";