[GRASS-SVN] r51706 - grass-web/trunk/download

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 24 09:56:12 EDT 2012


Author: neteler
Date: 2012-05-24 06:56:11 -0700 (Thu, 24 May 2012)
New Revision: 51706

Modified:
   grass-web/trunk/download/software_auto.inc
Log:
catch non-Lin/Mac/Win OSs

Modified: grass-web/trunk/download/software_auto.inc
===================================================================
--- grass-web/trunk/download/software_auto.inc	2012-05-24 13:53:04 UTC (rev 51705)
+++ grass-web/trunk/download/software_auto.inc	2012-05-24 13:56:11 UTC (rev 51706)
@@ -21,6 +21,10 @@
         $platform = 'windows';
         echo "<br><center><img src=\"../images/logo_win.png\" alt=\"MS-Windows\"> Free download of GRASS GIS for <a href=\"../grass64/binary/mswindows/native\">MS-Windows</a>!</center>";
     }
+    else {
+        $platform = 'unsupported';
+        echo "<br><center><img src=\"../images/logo_win.png\" alt=\"other platform\"> Free download of GRASS GIS for <a href=\"software.php\">other platform</a>!</center>";
+    }
 
     echo "<p><center><small><a href=\"../grass64/manuals/html64_user/helptext.html\">First steps manual</a> |
           <a href=\"../download/data.php\">Sample datasets</a> |



More information about the grass-commit mailing list