tbrehm
2012-01-10 5061c0a82fb7edb742515699864106b27a1ca4c3
server/plugins-available/nginx_reverseproxy_plugin.inc.php
@@ -13,7 +13,7 @@
   function onInstall() {
      global $conf;
      if($conf['services']['proxy'] == true && $conf['nginx']['installed'] == true) {
      if(isset($conf['services']['proxy']) && $conf['services']['proxy'] == true && isset($conf['nginx']['installed']) && $conf['nginx']['installed'] == true) {
         return true;
      } else {
         return false;