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.
1 parent 31d46a2 commit 8c8e9beCopy full SHA for 8c8e9be
server/plugins-available/firewall_plugin.inc.php
@@ -38,7 +38,7 @@ class firewall_plugin {
38
public function onInstall() {
39
global $conf;
40
41
- if($conf['bastille']['installed'] == true && $conf['services']['firewall'] == true) {
+ if(($conf['bastille']['installed'] == true || $conf['ufw']['installed'] == true || $conf['firewall']['installed'] == true) && $conf['services']['firewall'] == true) {
42
return true;
43
} else {
44
return false;
0 commit comments