header.php

This commit is contained in:
devdatt 2025-12-31 18:00:12 +05:30
parent 8b37e0d76b
commit 36c92bddd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php <?php
include 'header.php';
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = 1.0; $version = 1.0;
@ -245,7 +246,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
break; break;
} }
} }
include 'header.php';
?> ?>
<script> <script>