This commit is contained in:
devdatt 2025-12-20 08:41:30 +05:30
parent c959f3aba9
commit 41156a1962
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?php <?php
include 'header.php';
$board_id = trim(@file_get_contents('/sys/class/dmi/id/board_serial')); $board_id = trim(@file_get_contents('/sys/class/dmi/id/board_serial'));
@ -104,6 +103,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
break; break;
} }
} }
include 'header.php';
?> ?>
<script> <script>