diff --git a/wol/scripts/wakeonlan.sh b/wol/scripts/wakeonlan.sh old mode 100644 new mode 100755 diff --git a/wol/www/index.php b/wol/www/index.php index a5697556f16c95d90d47274efde536cc63bc116c..914733eddea0b859c9839d3be16ce555dbf40687 100644 --- a/wol/www/index.php +++ b/wol/www/index.php @@ -37,7 +37,7 @@ <form action="index.php" method="post"> <input type="hidden" name="uuid" value="<?php echo $uuid ?>"> <input type="hidden" name="action" value="wake"> - <input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f"> + <input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f:6a"> <input type="submit" value="Démarrer" title="Démarrer la machine"> </form </div>