xaver
2011-09-14 bfc22ec9af89c240cbce16c1f8abb17547cd4b3d
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;
      }
      
   }