cfoe
2012-06-28 c01bd3790f2e885167a44f1aa911a2d97d1a1512
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;