tbrehm
2011-06-08 3cdb9a8fdc13ceb9de7a32b6fd989b76bafb45af
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;
      }
      
   }