ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
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;
      }
      
   }