This commit is contained in:
devdatt 2025-12-20 09:03:29 +05:30
parent 41156a1962
commit 7361ab98f2
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
<?php
$board_id = trim(@file_get_contents('/sys/class/dmi/id/board_serial'));
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
switch ($_POST['action']) {
case 'update':
@ -129,7 +126,7 @@ include 'header.php';
<div class="grid">
<div class="card wide">
Device Licence Info :- <br>
Device ID :- <?php echo $board_id ?><br>
Device ID :- <?php echo trim(@file_get_contents('/sys/class/dmi/id/product_uuid')) ?><br>
Reseller ID :- <br>
Project Name :- <br>
</div>