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

Fix post params

parent 90501b89
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
<script language="javascript"> <script language="javascript">
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: '<?php echo "boot.php?mac=$mac"?>', data: <?php echo "mac=$mac"?>,
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