jsonFile
This commit is contained in:
parent
0f7113e127
commit
4086e5cb22
|
|
@ -1,7 +1,7 @@
|
||||||
<?php include 'header.php' ?>
|
<?php include 'header.php' ?>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$file = __DIR__ . '/firewall.json';
|
$jsonFile = __DIR__ . '/firewall.json';
|
||||||
$data = [
|
$data = [
|
||||||
'80' => '',
|
'80' => '',
|
||||||
'443' => '',
|
'443' => '',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue