Changed default proxy host for ol.org.

git-svn-id: http://svn.openlayers.org/branches/openlayers/1.0@726 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-06-23 17:34:07 +00:00
parent 97694ddcf7
commit 00c0655cd2

View File

@@ -2,7 +2,7 @@
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */
OpenLayers.ProxyHost = "/viewer/Crossbrowser/blindproxy.py?url=";
OpenLayers.ProxyHost = "/proxy/?url=";
//OpenLayers.ProxyHost = "examples/proxy.cgi?url=";
/**
@@ -110,4 +110,4 @@ OpenLayers.parseXMLString = function(text) {
);
return ajaxResponse;
};
};