tbrehm
2012-04-05 b67344233b509c97ba118a209e82386d698ba068
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;