firmware
This commit is contained in:
parent
c959f3aba9
commit
41156a1962
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue