[GRASS-SVN] r29907 - grass-web/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 31 02:46:18 EST 2008
Author: neteler
Date: 2008-01-31 02:46:18 -0500 (Thu, 31 Jan 2008)
New Revision: 29907
Modified:
grass-web/trunk/index.php
Log:
not so easy to get it right
Modified: grass-web/trunk/index.php
===================================================================
--- grass-web/trunk/index.php 2008-01-31 06:47:33 UTC (rev 29906)
+++ grass-web/trunk/index.php 2008-01-31 07:46:18 UTC (rev 29907)
@@ -71,7 +71,7 @@
$line = fgets ($file, 34);
$MYSTATETMP = explode(":", $line);
$MYSTATE = $MYSTATETMP[1];
- echo "<font size=\"-1\"><i>You are a GRASS mirror site in $MYSTATE (other
+ echo "<font size=\"-1\"><i>You are at a GRASS mirror site in $MYSTATE (other
<a href=\"mirrors.php\">mirror sites</a>)<br>";
fclose($file);
}
More information about the grass-commit
mailing list