Device ID
This commit is contained in:
parent
7361ab98f2
commit
289134c8fd
|
|
@ -126,7 +126,7 @@ include 'header.php';
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="card wide">
|
<div class="card wide">
|
||||||
Device Licence Info :- <br>
|
Device Licence Info :- <br>
|
||||||
Device ID :- <?php echo trim(@file_get_contents('/sys/class/dmi/id/product_uuid')) ?><br>
|
Device ID :- <?php echo trim(file_get_contents('/sys/class/dmi/id/product_uuid')); ?><br>
|
||||||
Reseller ID :- <br>
|
Reseller ID :- <br>
|
||||||
Project Name :- <br>
|
Project Name :- <br>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue