This commit is contained in:
devdatt 2025-12-25 11:56:18 +05:30
parent 020e7bbd90
commit 2a518fdd8c
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<?php include 'header.php' ?> <?php include 'header.php' ?>
<?php <?php
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$file = __DIR__ . '/firewall.json'; $file = __DIR__ . '/firewall.json';
$rules = []; $rules = [];