[GRASS-SVN] r29890 - grass-web/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 29 03:05:47 EST 2008


Author: neteler
Date: 2008-01-29 03:05:46 -0500 (Tue, 29 Jan 2008)
New Revision: 29890

Modified:
   grass-web/trunk/index.php
Log:
buffer was now too short

Modified: grass-web/trunk/index.php
===================================================================
--- grass-web/trunk/index.php	2008-01-29 08:02:55 UTC (rev 29889)
+++ grass-web/trunk/index.php	2008-01-29 08:05:46 UTC (rev 29890)
@@ -40,7 +40,7 @@
     echo "[unknown mirror country]\n";
     exit;
 }
-$line = fgets ($file, 24);
+$line = fgets ($file, 34);
 $MYSTATETMP = explode(":", $line);
 $MYSTATE = $MYSTATETMP[1];
 echo "<font size=\"-1\"><i>You are at the official GRASS site in $MYSTATE (or



More information about the grass-commit mailing list