ftimme
2012-06-11 d54389a589474bb3a86ce0e609529dedbb70534a
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;