We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4903b8 + dbe1b6b commit 1ed22cfCopy full SHA for 1ed22cf
web/add/firewall/index.php
@@ -17,6 +17,7 @@
17
exec(HESTIA_CMD."v-list-firewall-ipset 'json'", $output, $return_var);
18
check_return_code($return_var, $output);
19
$data = json_decode(implode('', $output), true);
20
+unset($output);
21
22
$ipset_lists=[];
23
foreach ($data as $key => $value) {
web/edit/firewall/index.php
@@ -46,6 +46,7 @@
46
47
48
49
50
51
52
0 commit comments