This commit is contained in:
devdatt 2026-01-01 02:38:13 +05:30
parent f21c6afecb
commit e3b47a09e7
1 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$payload['device_id'] = $device_id; $payload['device_id'] = $device_id;
$payload['project_id'] = "28f27590923d962388f0da125553c5"; $payload['project_id'] = "28f27590923d962388f0da125553c5";
$payload['version'] = 1; $payload['version'] = $version;
$payload = json_encode($payload, JSON_UNESCAPED_UNICODE); $payload = json_encode($payload, JSON_UNESCAPED_UNICODE);
openssl_public_encrypt( openssl_public_encrypt(
@ -395,7 +395,7 @@ EwIDAQAB
} }
function confirmUpdate() { function confirmUpdate() {
return confirm("Newer version will be downloaded and installed Do not turn off power , this is irreversible are you sure to continue ? "); return confirm("Newer version will be downloaded and installed Do not turn off power .");
} }
function confirmbackup() { function confirmbackup() {
@ -409,7 +409,7 @@ EwIDAQAB
<div class="card wide"> <div class="card wide">
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>
Project Name :- URMI Universal Encoder / Decoder<br> Project Name :- URMI Universal Encoder / Decoder<br>
Software Version :- 1 <br> Software Version :- <?php echo $version; ?> <br>
</div> </div>
<div class="card wide"> <div class="card wide">
<form method="post" class="form-center"> <form method="post" class="form-center">