exec
This commit is contained in:
parent
020e7bbd90
commit
2a518fdd8c
|
|
@ -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 = [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue