This commit is contained in:
devdatt 2026-01-23 05:22:46 +05:30
parent 820a9f01be
commit 12eb8faa99
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = 9; $version = 10;
function fail(string $msg): never function fail(string $msg): never
{ {
@ -155,6 +155,8 @@ const interval = setInterval(() => {
if (seconds <= 0) { if (seconds <= 0) {
clearInterval(interval); clearInterval(interval);
blocker.remove();
window.location.href = window.location.pathname;
} }
}, 1000); }, 1000);
</script> </script>