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

Fixup

parent fe03319c
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<script language="javascript"> <script language="javascript">
$.ajax({ $.ajax({
type: "POST", type: "POST",
data: '<?php echo "mac=$mac"?>'; data: '<?php echo "mac=$mac"?>',
url: 'boot.php', url: 'boot.php',
success: function(response) { success: function(response) {
$("#result").html(response) ; $("#result").html(response) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment