mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
Update WOLrun.php
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user