From 41b6b2e52c248b9af300ae8e6f7c99a92540b0e0 Mon Sep 17 00:00:00 2001 From: devdatt Date: Mon, 22 Jun 2026 08:07:09 +0000 Subject: [PATCH] upadte --- html/firmware.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/firmware.php b/html/firmware.php index 4474a82..3b1f1d8 100755 --- a/html/firmware.php +++ b/html/firmware.php @@ -8,7 +8,7 @@ License text: https://github.com/shreebhattji/Urmi/blob/main/licence.md */ exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); -$version = 1; +$version = 3.1; function fail(string $msg): never {