tbrehm
2009-10-25 3d229b05ddfb1b75b10a7e8f66d3b1b847d4afd2
install/lib/install.lib.php
@@ -606,7 +606,7 @@
}
function is_installed($appname) {
   exec('which '.escapeshellcmd($appname).' > /dev/null 2> /dev/null',$out);
   exec('which '.escapeshellcmd($appname).' 2> /dev/null',$out);
   if(isset($out[0]) && stristr($out[0],$appname)) {
      return true;
   } else {