From c46fd21747b6c4b9a14821d5cc7cef2bb6baa7ad Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:29:13 +0000 Subject: [PATCH] Update WOLrun.php --- emhttp/plugins/dynamix/include/WOLrun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/WOLrun.php b/emhttp/plugins/dynamix/include/WOLrun.php index ed9c5ebc4..3c0ebf266 100755 --- a/emhttp/plugins/dynamix/include/WOLrun.php +++ b/emhttp/plugins/dynamix/include/WOLrun.php @@ -118,7 +118,7 @@ foreach($arrEntries as $type => $detail) if ($found && $mac_list[$mac]['enable'] != "disable") { - echo _("Found"). " " . $mac . " ".$mac_list[$mac]['type']." ".$mac_list[$mac]['name']; + echo _("Found"). " " . $mac . " " .$mac_list[$mac]['type'] . " " . $mac_list[$mac]['name']; switch ($mac_list[$mac]['type']) { case "VM":