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 ffb04de commit 8ac67ceCopy full SHA for 8ac67ce
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['services']['firewall'] == true) {
42
return true;
43
} else {
44
return false;
0 commit comments