diff --git a/encoder/app.php b/encoder/app.php index d991040..c8b16af 100644 --- a/encoder/app.php +++ b/encoder/app.php @@ -190,6 +190,33 @@ include 'header.php'; + + +
+

External Links

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
diff --git a/encoder/firmware.php b/encoder/firmware.php index 5ea297f..b02772d 100755 --- a/encoder/firmware.php +++ b/encoder/firmware.php @@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md */ exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); -$version = "12.30"; +$version = "12.31"; function fail(string $msg): never {