Skip to content
Snippets Groups Projects
Verified Commit 6cc8352b authored by David Beniamine's avatar David Beniamine
Browse files

Fix php error

parent ea7b5745
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<input type="hidden" name="action" value="wake"> <input type="hidden" name="action" value="wake">
<input type="text" name="mac" title="MAC Addresse" placeholder="1a:2b:3c:4e:5f:6a"> <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"> <input type="submit" value="Démarrer" title="Démarrer la machine">
</form </form>
<?php <?php
extract($_POST); extract($_POST);
switch($action){ switch($action){
...@@ -49,6 +49,5 @@ ...@@ -49,6 +49,5 @@
break; break;
} }
?> ?>
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment