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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 30 05:13:52 EDT 2010


Author: neteler
Date: 2010-10-30 02:13:52 -0700 (Sat, 30 Oct 2010)
New Revision: 44087

Modified:
   grass-web/trunk/index.php
Log:
fix official site detection

Modified: grass-web/trunk/index.php
===================================================================
--- grass-web/trunk/index.php	2010-10-30 08:52:09 UTC (rev 44086)
+++ grass-web/trunk/index.php	2010-10-30 09:13:52 UTC (rev 44087)
@@ -56,7 +56,7 @@
       $MYSTATETMP = explode(":", $file_contents);
       $MYSTATETMP2 = explode(")", $MYSTATETMP[1]);
       $MYSTATE = $MYSTATETMP2[0] . ")";
-      if ($MYIP == "198.202.74.219") {
+      if ($MYIP == "140.211.15.75") {
 	echo "<font size=\"-1\"><i>You are at the official GRASS site in $MYSTATE
                    (<a href=\"mirrors.php\">mirror sites</a>)<br>";
       } else {



More information about the grass-commit mailing list