tbrehm
2011-12-07 6882ab1634ec66e621e8964428f741cd7d103a00
server/plugins-available/apps_vhost_plugin.inc.php
@@ -39,7 +39,11 @@
   function onInstall() {
      global $conf;
      
      return true;
      if($conf['services']['web'] == true) {
         return true;
      } else {
         return false;
      }
      
   }