Marius Burkard
2016-03-02 2f74cf27ad6fbb852df78bcccca1fb645c8a57e0
server/plugins-available/firewall_plugin.inc.php
@@ -38,7 +38,7 @@
   public function onInstall() {
      global $conf;
      if($conf['bastille']['installed'] = true && $conf['services']['firewall'] == true) {
      if($conf['bastille']['installed'] == true && $conf['services']['firewall'] == true) {
         return true;
      } else {
         return false;