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

Fixup

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