tbrehm
2011-12-15 e589cc1dbb43111f7b7ecf21c99820baa8b7f45c
server/plugins-available/firewall_plugin.inc.php
@@ -38,7 +38,11 @@
   function onInstall() {
      global $conf;
      
      return true;
      if($conf['bastille']['installed'] = true && $conf['services']['firewall'] == true) {
         return true;
      } else {
         return false;
      }
      
   }