tbrehm
2008-09-02 7d89f56a66811cddbfdb60abea19f6945f1f51d9
install/lib/install.lib.php
@@ -74,9 +74,20 @@
      }
   }
   
   //** OpenSuSE
   elseif(file_exists("/etc/SuSE-release")) {
      if(stristr(file_get_contents('/etc/SuSE-release'),'11.0')) {
         $distname = 'opensuse110';
         swriteln("Operating System: openSUSE 11.0 or compatible\n");
      }
   }
   //** Redhat
   elseif(file_exists("/etc/redhat_release")) {
   
   } else {
      die('unrecognized linux distribution');
   }
   
   return $distname;