From 2587555a94cbc3d857b0bcaa196c49145bcae3b0 Mon Sep 17 00:00:00 2001 From: devdatt Date: Mon, 22 Jun 2026 04:10:32 +0000 Subject: [PATCH] update --- html/firmware.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/firmware.php b/html/firmware.php index 4474a82..3336fd8 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; function fail(string $msg): never {