[Mapbender-commits] r4796 - branches/2.6/core

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 20 06:06:42 EDT 2009


Author: christoph
Date: 2009-10-20 06:06:42 -0400 (Tue, 20 Oct 2009)
New Revision: 4796

Modified:
   branches/2.6/core/system.php
Log:
correct proxy

Modified: branches/2.6/core/system.php
===================================================================
--- branches/2.6/core/system.php	2009-10-20 10:06:05 UTC (rev 4795)
+++ branches/2.6/core/system.php	2009-10-20 10:06:42 UTC (rev 4796)
@@ -28,7 +28,7 @@
 #
 define("MB_RESOLUTION", "28.35");
 define("MB_FEATURE_COUNT", "100");
-define("MB_SECURITY_PROXY", "http://wms1.ccgis.de/mapbender/tools/security_proxy.php?mb_ows_security_proxy=");
+define("MB_SECURITY_PROXY", "http://wms.wheregroup.com/mapbender/tools/security_proxy.php?mb_ows_security_proxy=");
 #
 # available log levels 
 #



More information about the Mapbender_commits mailing list