ftimme
2013-02-27 f4038a2160d55a7f519a3b42be1aa96e29e9a908
server/plugins-available/squid_plugin.inc.php
@@ -41,7 +41,7 @@
   function onInstall() {
      global $conf;
      
      if($conf['services']['proxy'] == true && $conf['squid']['installed'] == true) {
      if(isset($conf['services']['proxy']) &&$conf['services']['proxy'] == true && isset($conf['squid']['installed']) && $conf['squid']['installed'] == true) {
         return true;
      } else {
         return false;